We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a21789 commit 075679dCopy full SHA for 075679d
eslint.config.mjs
@@ -47,5 +47,5 @@ export default [
47
}
48
},
49
{ files: ['**/*.mjs', '**/lib*/*.js'], languageOptions: { sourceType: 'module' }},
50
- { files: ['**/*.yaml, **/*.yml'], ...yml.configs['flat/standard'][1] }
+ { files: ['**/*.{yaml,yml}'], ...yml.configs['flat/standard'][1] }
51
]
0 commit comments