all repos — nixfiles @ 29fc059aed5e9d7f8508ad29d9a5214bd6826948

System and user configuration, managed by nix and home-manager

Emacs: run eslint after tide checks
Alan Pearce alan@alanpearce.eu
Mon, 03 May 2021 14:47:02 +0200
commit

29fc059aed5e9d7f8508ad29d9a5214bd6826948

parent

51a63e8d903d735346cda3a5092a79b6be15850a

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M user/emacs/init.eluser/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