Skip to content

Commit e4d8f1d

Browse files
committed
Expanded ignores
1 parent 6b0913c commit e4d8f1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import stylisticJS from '@stylistic/eslint-plugin'
88
import yml from 'eslint-plugin-yml'
99

1010
export default [
11-
{ ignores: ['**/package-lock.json'] },
11+
{ ignores: ['**/*cache', '**/*.min.{js,mjs}', '**/package-lock.json'] },
1212
{
1313
files: ['**/*.{js,mjs}'],
1414
languageOptions: {

0 commit comments

Comments
 (0)