diff --git a/eslint.config.js b/eslint.config.js index 3df684cb362..56afe8b3b97 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -155,9 +155,6 @@ export default tseslint.config( ], languageOptions: { parser: tseslint.parser, - parserOptions: { - project: path.join(__dirname, 'src', 'tsconfig.json'), - } }, plugins: { '@typescript-eslint': tseslint.plugin,