Emacs: Use prettier-standard if installed
Alan Pearce alan@alanpearce.eu
Thu, 05 Oct 2017 14:33:10 +0200
1 files changed, 2 insertions(+), 0 deletions(-)
jump to
M emacs/.emacs.d/main.el → emacs/.emacs.d/main.el
@@ -2090,6 +2090,8 @@ (define-hook-helper js2-mode () (add-node-modules-path) (when (executable-find "eslint") (setq flycheck-javascript-eslint-executable "eslint")) + (when (executable-find "prettier-standard") + (setq flycheck-javascript-standard-executable "prettier-standard")) (when (executable-find "standard") (setq flycheck-javascript-standard-executable "standard")))))