Skip to content

Commit

Permalink
Shortened eslintPluginYml to yml for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui committed Dec 16, 2024
1 parent 8c217dd commit b7e088d
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
@@ -1,7 +1,7 @@
import json from '@eslint/json'
import importPlugin from 'eslint-plugin-import'
import markdown from '@eslint/markdown'
import eslintPluginYml from 'eslint-plugin-yml'
import yml from 'eslint-plugin-yml'

export default [
{
Expand All @@ -19,5 +19,5 @@ export default [
'markdown/no-missing-label-refs': 'off' // allow missing label references
}
},
{ files: ['**/*.yaml, **/*.yml'], ...eslintPluginYml.configs['flat/standard'][1] }
{ files: ['**/*.yaml, **/*.yml'], ...yml.configs['flat/standard'][1] }
]

0 comments on commit b7e088d

Please sign in to comment.