Skip to content

Commit

Permalink
Condensed YAML file pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui authored Jan 12, 2025
1 parent 1a21789 commit 075679d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ export default [
}
},
{ files: ['**/*.mjs', '**/lib*/*.js'], languageOptions: { sourceType: 'module' }},
{ files: ['**/*.yaml, **/*.yml'], ...yml.configs['flat/standard'][1] }
{ files: ['**/*.{yaml,yml}'], ...yml.configs['flat/standard'][1] }
]

0 comments on commit 075679d

Please sign in to comment.