Skip to content

Instantly share code, notes, and snippets.

@CodyReichert
Created January 22, 2016 02:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CodyReichert/20ea8b086b18505ccab3 to your computer and use it in GitHub Desktop.
Save CodyReichert/20ea8b086b18505ccab3 to your computer and use it in GitHub Desktop.
(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