From b730b7808878e480c1e935c50ee2e42c09466545 Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Mon, 17 Apr 2023 21:00:53 -0400 Subject: [PATCH] Update packages/remix-eslint-config/index.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Michaƫl De Boey --- packages/remix-eslint-config/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/remix-eslint-config/index.js b/packages/remix-eslint-config/index.js index 6bdb9c7dba6..0a79165a590 100644 --- a/packages/remix-eslint-config/index.js +++ b/packages/remix-eslint-config/index.js @@ -78,7 +78,7 @@ const config = { }, }, { - files: ["**/routes/**/*.js?(x)", "**/routes/**/*.ts?(x)", "**/root.js?(x)", "**/root.ts?(x)"], + files: ["**/routes/**/*.js?(x)", "**/routes/**/*.tsx", "app/root.js?(x)", "app/root.tsx"], rules: { // Routes may use default exports without a name. At the route level // identifying components for debugging purposes is less of an issue, as