diff --git a/frontend/eslint.config.mjs b/frontend/eslint.config.mjs index 3cdecf5ba..a0585f5de 100644 --- a/frontend/eslint.config.mjs +++ b/frontend/eslint.config.mjs @@ -81,7 +81,14 @@ export default defineConfig( languageOptions: { parser: tseslint.parser, parserOptions: { - projectService: true, + projectService: { + allowDefaultProject: [ + 'src/components/tooltips/usePageSelectionTips.tsx', + 'src/reportWebVitals.js', + 'src/setupTests.js' + ], + defaultProject: './tsconfig.json' + }, tsconfigRootDir: __dirname, }, globals: {