Skip to content

Commit 3a72088

Browse files
authored
Merge pull request #293 from zetavg/patch-1
Support linting TypeScript .tsx files
2 parents d097de9 + a9f6d1e commit 3a72088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
'eslint-plugin-json': 'source.json',
3131
'eslint-plugin-svelte3': 'text.html',
3232
'eslint-plugin-vue': 'text.html.vue',
33-
'@typescript-eslint/parser': 'source.ts',
33+
'@typescript-eslint/parser': 'source.ts, source.tsx',
3434
}
3535
OPTIMISTIC_SELECTOR = ', '.join({STANDARD_SELECTOR} | set(PLUGINS.values()))
3636

0 commit comments

Comments
 (0)