diff --git a/eslint.config.js b/eslint.config.js index 704c0c5..e03eab0 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -11,15 +11,13 @@ export default eslintTs.config( ...eslintTs.configs.recommended, eslintPluginPrettierRecommended, { - ignores: ['**/dist/', '**/node_modules/', '**/generated/'], - }, - { - languageOptions: { - parserOptions: { - project: true, - tsconfigRootDir: import.meta.dirname, - }, - }, + ignores: [ + '**/node_modules/', + '**/generated/', + '**/dist/', + '**/coverage/', + '**/reports/', + ], }, { plugins: {