From 8491b4c5545b6c247b52429a122d73a10638552e Mon Sep 17 00:00:00 2001 From: David Enke Date: Fri, 16 Aug 2024 13:13:16 +0200 Subject: [PATCH] chore: align linter config --- eslint.config.js | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) 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: {