mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/javascript: leave ecma strict warnings to flycheck
This commit is contained in:
@ -6,8 +6,10 @@
|
|||||||
:config
|
:config
|
||||||
(setq js2-skip-preprocessor-directives t
|
(setq js2-skip-preprocessor-directives t
|
||||||
js2-highlight-external-variables nil
|
js2-highlight-external-variables nil
|
||||||
|
js-chain-indent t
|
||||||
|
;; let flycheck handle this
|
||||||
js2-mode-show-parse-errors nil
|
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))
|
(add-hook! 'js2-mode-hook #'(flycheck-mode rainbow-delimiters-mode))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user