lang/javascript (flycheck): disable jshint in rjsx-mode
This commit is contained in:
parent
74effe1857
commit
b1ec00228b
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue