Ignore coverage reports in eslint
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ import tseslint from 'typescript-eslint';
|
|||||||
|
|
||||||
export default tseslint.config(
|
export default tseslint.config(
|
||||||
{
|
{
|
||||||
ignores: ['node_modules', 'build', 'dist', 'public'],
|
ignores: ['node_modules', 'build', 'dist', 'public', 'coverage', 'coverage-reports'],
|
||||||
},
|
},
|
||||||
js.configs.recommended,
|
js.configs.recommended,
|
||||||
...tseslint.configs.recommended,
|
...tseslint.configs.recommended,
|
||||||
|
|||||||
Reference in New Issue
Block a user