diff --git a/linter.py b/linter.py index 068d216..1fd1baa 100644 --- a/linter.py +++ b/linter.py @@ -30,7 +30,7 @@ 'eslint-plugin-json': 'source.json', 'eslint-plugin-svelte3': 'text.html', 'eslint-plugin-vue': 'text.html.vue', - '@typescript-eslint/parser': 'source.ts', + '@typescript-eslint/parser': 'source.ts, source.tsx', } OPTIMISTIC_SELECTOR = ', '.join({STANDARD_SELECTOR} | set(PLUGINS.values()))