diff --git a/.eslintrc.js b/.eslintrc.js index 0da671fa..b22edd03 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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: {