Skip to content

Commit

Permalink
Update packages/remix-eslint-config/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Michaël De Boey <[email protected]>
  • Loading branch information
lpsinger and MichaelDeBoey committed Apr 18, 2023
1 parent 06e4d08 commit 0564b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remix-eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0564b2a

Please sign in to comment.