Skip to content

Commit

Permalink
Condensed file patterns ↞ [auto-sync from https://github.com/adamlui/…
Browse files Browse the repository at this point in the history
  • Loading branch information
kudo-sync-bot committed Jan 12, 2025
1 parent 7e24b7a commit 831b16a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import yml from 'eslint-plugin-yml'
export default [
{ ignores: ['**/package-lock.json'] },
{
files: ['**/*.js', '**/*.mjs'],
files: ['**/*.{js,mjs}'],
languageOptions: {
ecmaVersion: 'latest', sourceType: 'script',
globals: {
Expand Down Expand Up @@ -51,5 +51,5 @@ export default [
}
},
{ files: ['**/*.mjs'], languageOptions: { sourceType: 'module' }},
{ files: ['**/*.yaml, **/*.yml'], ...yml.configs['flat/standard'][1] }
{ files: ['**/*.{yaml,yml}'], ...yml.configs['flat/standard'][1] }
]

0 comments on commit 831b16a

Please sign in to comment.