mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 16:21:00 -05:00
Add linting for .tsx files
This commit is contained in:
parent
e0d8b4fb2f
commit
16320c9f15
1 changed files with 6 additions and 0 deletions
|
@ -40,3 +40,9 @@ overrides:
|
|||
parser: jsonc-eslint-parser
|
||||
parserOptions:
|
||||
jsonSyntax: JSON5
|
||||
|
||||
# TSX files
|
||||
- files:
|
||||
- "*.tsx"
|
||||
extends:
|
||||
- plugin:@typescript-eslint/recommended
|
||||
|
|
Loading…
Reference in a new issue