Emacs: Use any eslint_d instead of global With the package add-node-modules-path, this allows using a local version of eslint_d
Alan Pearce alan@alanpearce.eu
Fri, 12 May 2017 15:50:52 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
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