Add linting for .tsx files

This commit is contained in:
David McCabe 2024-09-07 09:02:58 -04:00 committed by GitHub
parent e0d8b4fb2f
commit 16320c9f15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,3 +40,9 @@ overrides:
parser: jsonc-eslint-parser parser: jsonc-eslint-parser
parserOptions: parserOptions:
jsonSyntax: JSON5 jsonSyntax: JSON5
# TSX files
- files:
- "*.tsx"
extends:
- plugin:@typescript-eslint/recommended