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:
Brandon Orther 2017-09-28 01:55:47 -07:00
parent 91ff25b150
commit 3938a58bbb
2 changed files with 17 additions and 1 deletions

View file

@ -11,6 +11,7 @@
(package! tern)
(package! web-beautify)
(package! skewer-mode)
(package! eslintd-fix)
(when (featurep! :completion company)
(package! company-tern))