Remove eslintd-fix package

This package isn't hooked up to anything and has no keybinds. Its config
is so trivial that users can install it themselves, so I decided it
won't be included with the module by default.
This commit is contained in:
Henrik Lissner 2020-04-23 23:50:40 -04:00
parent 06d5d5e6c0
commit daec7b5057
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
3 changed files with 0 additions and 9 deletions

View file

@ -241,13 +241,6 @@ to tide."
(js2r-add-keybindings-with-prefix (format "%s r" doom-localleader-key)))))
(use-package! eslintd-fix
:commands eslintd-fix
:config
(setq-hook! 'eslintd-fix-mode-hook
flycheck-javascript-eslint-executable eslintd-fix-executable))
;;;###package skewer-mode
(map! :localleader
(:after js2-mode