mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/javascript: remove vestigial eslint_d support
This commit is contained in:
@ -28,9 +28,6 @@
|
|||||||
(sp-with-modes '(js2-mode rjsx-mode)
|
(sp-with-modes '(js2-mode rjsx-mode)
|
||||||
(sp-local-pair "/*" "*/" :post-handlers '(("| " "SPC"))))
|
(sp-local-pair "/*" "*/" :post-handlers '(("| " "SPC"))))
|
||||||
|
|
||||||
;; If it's available globally, use eslint_d
|
|
||||||
(setq flycheck-javascript-eslint-executable (executable-find "eslint_d"))
|
|
||||||
|
|
||||||
(map! :map js2-mode-map
|
(map! :map js2-mode-map
|
||||||
:localleader
|
:localleader
|
||||||
:nr "r" #'+javascript/refactor-menu
|
:nr "r" #'+javascript/refactor-menu
|
||||||
|
Reference in New Issue
Block a user