Emacs: Use any eslint_d instead of global With the package add-node-modules-path, this allows using a local version of eslint_d
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M emacs/.emacs.d/init.org → emacs/.emacs.d/init.org
@@ -1727,7 +1727,7 @@ :config (progn (global-flycheck-mode) (setq flycheck-check-syntax-automatically '(save new-line mode-enabled)) (if (executable-find "eslint_d") - (setq flycheck-javascript-eslint-executable (executable-find "eslint_d"))))) + (setq flycheck-javascript-eslint-executable "eslint_d")))) #+END_SRC ** golang