Skip to content

Commit 815dcf1

Browse files
committed
add root scope for the legacy syntax from the JSX package
1 parent 0a47a44 commit 815dcf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LSP-eslint.sublime-settings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"languages": [
44
{
55
"languageId": "javascriptreact",
6-
"document_selector": "source.jsx | source.js.react",
6+
"document_selector": "source.jsx | source.js.jsx | source.js.react",
77
},
88
{
99
"languageId": "javascript",

0 commit comments

Comments
 (0)