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

@ -37,7 +37,6 @@ This module adds JavaScript and TypeScript support.
+ [[https://github.com/mooz/js2-mode][js2-mode]] + [[https://github.com/mooz/js2-mode][js2-mode]]
+ [[https://github.com/felipeochoa/rjsx-mode][rjsx-mode]] + [[https://github.com/felipeochoa/rjsx-mode][rjsx-mode]]
+ [[https://github.com/emacs-typescript/typescript.el][typescript-mode]] + [[https://github.com/emacs-typescript/typescript.el][typescript-mode]]
+ [[https://github.com/aaronjensen/eslintd-fix][eslintd-fix]]
+ [[https://github.com/magnars/js2-refactor.el][js2-refactor]] + [[https://github.com/magnars/js2-refactor.el][js2-refactor]]
+ [[https://github.com/mojochao/npm-mode][npm-mode]] + [[https://github.com/mojochao/npm-mode][npm-mode]]
+ [[https://github.com/abicky/nodejs-repl.el][nodejs-repl]] + [[https://github.com/abicky/nodejs-repl.el][nodejs-repl]]

View file

@ -241,13 +241,6 @@ to tide."
(js2r-add-keybindings-with-prefix (format "%s r" doom-localleader-key))))) (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 ;;;###package skewer-mode
(map! :localleader (map! :localleader
(:after js2-mode (:after js2-mode

View file

@ -8,7 +8,6 @@
(package! typescript-mode :pin "102587e458") (package! typescript-mode :pin "102587e458")
;; Tools ;; Tools
(package! eslintd-fix :pin "0c431141be")
(package! js2-refactor :pin "d4c40b5fc8") (package! js2-refactor :pin "d4c40b5fc8")
(package! npm-mode :pin "3ee7c0bad5") (package! npm-mode :pin "3ee7c0bad5")
(package! add-node-modules-path :pin "f31e69ccb6") (package! add-node-modules-path :pin "f31e69ccb6")