Add flymake-eslint plugin
This commit is contained in:
parent
37134ceccd
commit
c42ab91db3
|
@ -861,6 +861,14 @@ Set treesit to fontify all elements, default was 3 (out of 4)
|
||||||
:hook (sh-mode . flymake-shellcheck-load))
|
:hook (sh-mode . flymake-shellcheck-load))
|
||||||
#+end_src
|
#+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
|
*** ruff
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package flymake-ruff
|
(use-package flymake-ruff
|
||||||
|
|
Loading…
Reference in a new issue