We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ignores
1 parent 6b0913c commit e4d8f1dCopy full SHA for e4d8f1d
1 file changed
eslint.config.mjs
@@ -8,7 +8,7 @@ import stylisticJS from '@stylistic/eslint-plugin'
8
import yml from 'eslint-plugin-yml'
9
10
export default [
11
- { ignores: ['**/package-lock.json'] },
+ { ignores: ['**/*cache', '**/*.min.{js,mjs}', '**/package-lock.json'] },
12
{
13
files: ['**/*.{js,mjs}'],
14
languageOptions: {
0 commit comments