eslintd-fix
Minor-mode to automatically fix javascript with eslint_d. Built with a focus on speed, you will typically barely notice a delay when saving, if at all.
Installation
You can install this package from Melpa
M-x package-install RET eslintd-fix RET
Usage
Ensure that you have eslint_d installed and in your path.
Then, in your init.el:
(add-hook 'js2-mode-hook 'eslintd-fix-mode)Options
You can change the location of eslint_d.
(setq eslintd-fix-executable "/my/path/eslint_d")