We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86549c1 commit 20c7bd0Copy full SHA for 20c7bd0
rjsx-mode.el
@@ -60,10 +60,6 @@ the `:around' combinator. JS2-PARSER is the original XML parser."
60
"Remove the rjsx advice on the js2 parser. This will cause rjsx to stop working globally."
61
(advice-remove 'js2-parse-xml-initializer #'rjsx-parse-xml-initializer))
62
63
-(with-eval-after-load 'flycheck
64
- (dolist (checker flycheck-checkers)
65
- (when (memq 'js2-mode (flycheck-checker-get checker 'modes))
66
- (push 'rjsx-mode (flycheck-checker-get checker 'modes)))))
67
68
(defface rjsx-tag
69
'((t . (:inherit font-lock-function-name-face)))
0 commit comments