Add project-mode +javascript-eslintd-fix-mode
This adds code formating on save using eslint --fix functionality. It uses the emacs package eslintd-fix which uses the npm package eslint_d.js.
This commit is contained in:
parent
91ff25b150
commit
3938a58bbb
2 changed files with 17 additions and 1 deletions
|
@ -11,6 +11,7 @@
|
|||
(package! tern)
|
||||
(package! web-beautify)
|
||||
(package! skewer-mode)
|
||||
(package! eslintd-fix)
|
||||
|
||||
(when (featurep! :completion company)
|
||||
(package! company-tern))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue