Skip to content

Commit

Permalink
Merge pull request #315 from bcomnes/tsdx
Browse files Browse the repository at this point in the history
Add tsdx to list of plugins to detect
  • Loading branch information
kaste authored Jul 19, 2022
2 parents 5207992 + fa7306c commit 0a30bcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions linter.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
'eslint-plugin-svelte3': 'text.html',
'eslint-plugin-vue': 'text.html.vue',
'@typescript-eslint/parser': 'source.ts, source.tsx',
'tsdx': 'source.ts, source.tsx',
}
OPTIMISTIC_SELECTOR = ', '.join({STANDARD_SELECTOR} | set(PLUGINS.values()))

Expand Down

0 comments on commit 0a30bcc

Please sign in to comment.