mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/javascript (flycheck): disable jshint in rjsx-mode
This commit is contained in:
@ -96,7 +96,11 @@
|
||||
|
||||
(def-package! rjsx-mode
|
||||
:commands rjsx-mode
|
||||
:mode "\\.jsx$")
|
||||
:mode "\\.jsx$"
|
||||
:config
|
||||
(add-hook! rjsx-mode
|
||||
;; jshint doesn't really know how to deal with jsx
|
||||
(push 'javascript-jshint flycheck-disabled-checkers)))
|
||||
|
||||
|
||||
(def-package! coffee-mode
|
||||
|
Reference in New Issue
Block a user