Add flymake-eslint plugin

This commit is contained in:
Evie Litherland-Smith 2024-02-12 09:20:54 +00:00
parent 37134ceccd
commit c42ab91db3

View file

@ -861,6 +861,14 @@ Set treesit to fontify all elements, default was 3 (out of 4)
:hook (sh-mode . flymake-shellcheck-load))
#+end_src
*** eslint
#+begin_src emacs-lisp
(use-package flymake-eslint
:ensure t
:after flymake
:diminish
:hook (js-ts-mode . flymake-eslint-enable))
#+end_src
*** ruff
#+begin_src emacs-lisp
(use-package flymake-ruff