This commit is contained in:
Nick Gerleman
2023-10-19 05:15:20 -07:00
parent e812f5328d
commit 85f4d8f942

View File

@@ -35,7 +35,7 @@ module.exports = {
},
overrides: [
{
files: ['**/*.ts', '**/*.cts', '**/*.mts'],
files: ['**/*.ts', '**/*.cts', '**/*.mts', '**/*.tsx'],
extends: ['plugin:@typescript-eslint/recommended'],
parser: '@typescript-eslint/parser',
parserOptions: {