diff --git a/web/eslint.config.mjs b/web/eslint.config.mjs index 389c064e0b..0849530aea 100644 --- a/web/eslint.config.mjs +++ b/web/eslint.config.mjs @@ -178,6 +178,9 @@ export default combine( GLOB_TSX, GLOB_JSX, ], + ignores: [ + "**/{page,layout}.tsx", + ], plugins: { "react-refresh": reactRefresh, },