From 85f4d8f942b060d34af74b017b8e4c79b0851c51 Mon Sep 17 00:00:00 2001 From: Nick Gerleman Date: Thu, 19 Oct 2023 05:15:20 -0700 Subject: [PATCH] . --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {