Skip to content

Commit 70ccd4a

Browse files
committed
Move react stuff above normal to workaround some LSP bug
1 parent c73806b commit 70ccd4a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

LSP-eslint.sublime-settings

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"languages": [
3+
{
4+
"languageId": "javascriptreact",
5+
"document_selector": "source.jsx | source.js.react",
6+
},
37
{
48
"languageId": "javascript",
59
"document_selector": "source.js",
610
},
711
{
8-
"languageId": "javascriptreact",
9-
"document_selector": "source.jsx | source.js.react",
12+
"languageId": "typescriptreact",
13+
"document_selector": "source.tsx | source.ts.react",
1014
},
1115
{
1216
"languageId": "typescript",
1317
"document_selector": "source.ts",
1418
},
15-
{
16-
"languageId": "typescriptreact",
17-
"document_selector": "source.tsx",
18-
},
1919
{
2020
"languageId": "vue",
2121
"document_selector": "text.html.vue",

0 commit comments

Comments
 (0)