Emacs: run eslint after tide checks
Alan Pearce alan@alanpearce.eu
Mon, 03 May 2021 14:47:02 +0200
1 files changed, 1 insertions(+), 0 deletions(-)
jump to
M user/emacs/init.el → user/emacs/init.el
@@ -962,6 +962,7 @@ :after (typescript-mode company flycheck) :ghook ('typescript-mode-hook #'tide-setup) :init (progn (setq tide-completion-setup-company-backend nil) + (flycheck-add-next-checker 'typescript-tide 'javascript-eslint) (company-set-secondary-backend-for-mode typescript-mode 'company-tide)) :config (progn ;; loading this package has the annoying effect of breaking my company configuration