44
edits
(update elisp code to reflect new eslint path) |
(→Running ESLint in Emacs: Added flycheck-verify-setup advice.) |
||
Line 97: | Line 97: | ||
* flycheck puts its bindings on <code>C-c !</code> by default, so use <code>C-c ! C-h</code> to see what is available. There are key bindings to list all the errors and to move through the errors, among other things. | * flycheck puts its bindings on <code>C-c !</code> by default, so use <code>C-c ! C-h</code> to see what is available. There are key bindings to list all the errors and to move through the errors, among other things. | ||
* To make sure flycheck is finding eslint, open a .js file and run M-x flycheck-verify-setup. It should show the path to your eslint installation. | |||
=== Running ESLint in Atom === | === Running ESLint in Atom === |
edits