lang/javascript: leave ecma strict warnings to flycheck
This commit is contained in:
parent
dc8fd12448
commit
726dea9880
1 changed files with 3 additions and 1 deletions
|
@ -6,8 +6,10 @@
|
|||
:config
|
||||
(setq js2-skip-preprocessor-directives t
|
||||
js2-highlight-external-variables nil
|
||||
js-chain-indent t
|
||||
;; let flycheck handle this
|
||||
js2-mode-show-parse-errors nil
|
||||
js-chain-indent t)
|
||||
js2-mode-show-strict-warnings nil)
|
||||
|
||||
(add-hook! 'js2-mode-hook #'(flycheck-mode rainbow-delimiters-mode))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue