From 29fc059aed5e9d7f8508ad29d9a5214bd6826948 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 3 May 2021 14:47:02 +0200 Subject: Emacs: run eslint after tide checks --- user/emacs/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/user/emacs/init.el b/user/emacs/init.el index a9c75021..9c5b1648 100644 --- a/user/emacs/init.el +++ b/user/emacs/init.el @@ -962,6 +962,7 @@ _p_rev _u_pper _=_: upper/lower _r_esolve :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 -- cgit 1.4.1