Created
January 22, 2016 02:32
-
-
Save CodyReichert/20ea8b086b18505ccab3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(add-hook 'after-init-hook #'global-flycheck-mode) | |
(setq-default flycheck-disabled-checkers | |
(append flycheck-disabled-checkers | |
'(javascript-jshint))) | |
(flycheck-add-mode 'javascript-eslint 'web-mode) | |
(flycheck-add-next-checker 'javascript-eslint) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment