lang/javascript: use eslint_d for syntax checking in eslintd-fix-mode
This commit is contained in:
parent
595d6215d2
commit
a9d70f808c
1 changed files with 4 additions and 1 deletions
|
@ -156,7 +156,10 @@
|
|||
|
||||
|
||||
(def-package! eslintd-fix
|
||||
:commands (eslintd-fix-mode eslintd-fix))
|
||||
:commands (eslintd-fix-mode eslintd-fix)
|
||||
:config
|
||||
(add-hook! 'eslintd-fix-mode-hook
|
||||
(setq flycheck-javascript-eslint-executable eslintd-fix-executable)))
|
||||
|
||||
|
||||
(def-package! skewer-mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue