all repos — nixfiles @ 29fc059aed5e9d7f8508ad29d9a5214bd6826948

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

Emacs: run eslint after tide checks

Alan Pearce
commit

29fc059aed5e9d7f8508ad29d9a5214bd6826948

parent

51a63e8d903d735346cda3a5092a79b6be15850a

1 file changed, 1 insertion(+), 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