refactor: ♻️ ignore more files
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user