Ignore coverage reports in eslint

This commit is contained in:
beatz174-bit
2025-12-02 18:45:56 +10:00
parent 1030476ed1
commit 8a2b6a183b
+1 -1
View File
@@ -6,7 +6,7 @@ import tseslint from 'typescript-eslint';
export default tseslint.config(
{
ignores: ['node_modules', 'build', 'dist', 'public'],
ignores: ['node_modules', 'build', 'dist', 'public', 'coverage', 'coverage-reports'],
},
js.configs.recommended,
...tseslint.configs.recommended,