Skip to content

Commit 075679d

Browse files
authored
Condensed YAML file pattern
1 parent 1a21789 commit 075679d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,5 @@ export default [
4747
}
4848
},
4949
{ files: ['**/*.mjs', '**/lib*/*.js'], languageOptions: { sourceType: 'module' }},
50-
{ files: ['**/*.yaml, **/*.yml'], ...yml.configs['flat/standard'][1] }
50+
{ files: ['**/*.{yaml,yml}'], ...yml.configs['flat/standard'][1] }
5151
]

0 commit comments

Comments
 (0)