chore: 🔧 ignore test files

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-01-16 18:58:00 -03:00
parent 40c89b11c4
commit 08b66076f6

View File

@@ -2,7 +2,7 @@ import { configs, defineConfig, presets } from '@eslegant/js';
export default defineConfig([
{
ignores: ['**/*.svg.js'],
ignores: ['**/*.svg.js', '**/*/test.*'],
},
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
...presets.strict,