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.
2 parents d097de9 + a9f6d1e commit 3a72088Copy full SHA for 3a72088
linter.py
@@ -30,7 +30,7 @@
30
'eslint-plugin-json': 'source.json',
31
'eslint-plugin-svelte3': 'text.html',
32
'eslint-plugin-vue': 'text.html.vue',
33
- '@typescript-eslint/parser': 'source.ts',
+ '@typescript-eslint/parser': 'source.ts, source.tsx',
34
}
35
OPTIMISTIC_SELECTOR = ', '.join({STANDARD_SELECTOR} | set(PLUGINS.values()))
36
0 commit comments