refactor: ♻️ ignore more files

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-01-17 23:17:38 -03:00
parent 74bb268d8d
commit b0dfe09a1f

View File

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