Skip to content

Commit c73806b

Browse files
authored
Enable for JSX and TSX syntaxes by default (#33)
1 parent 6bfe386 commit c73806b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

LSP-eslint.sublime-settings

+8
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@
44
"languageId": "javascript",
55
"document_selector": "source.js",
66
},
7+
{
8+
"languageId": "javascriptreact",
9+
"document_selector": "source.jsx | source.js.react",
10+
},
711
{
812
"languageId": "typescript",
913
"document_selector": "source.ts",
1014
},
15+
{
16+
"languageId": "typescriptreact",
17+
"document_selector": "source.tsx",
18+
},
1119
{
1220
"languageId": "vue",
1321
"document_selector": "text.html.vue",

0 commit comments

Comments
 (0)