Skip to content

Commit 7cda52b

Browse files
committed
Renamed eslint-plugin-yml import from eslintPluginYml to yml for readability
1 parent fd2f19f commit 7cda52b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eslint.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import js from '@eslint/js'
22
import stylisticJS from '@stylistic/eslint-plugin-js'
33
import json from '@eslint/json'
44
import markdown from '@eslint/markdown'
5-
import eslintPluginYml from 'eslint-plugin-yml'
5+
import yml from 'eslint-plugin-yml'
66

77
export default [
88
{
@@ -34,5 +34,5 @@ export default [
3434
'markdown/no-missing-label-refs': 'off' // allow missing label references
3535
}
3636
},
37-
{ files: ['**/*.yaml, **/*.yml'], ...eslintPluginYml.configs['flat/standard'][1] }
37+
{ files: ['**/*.yaml, **/*.yml'], ...yml.configs['flat/standard'][1] }
3838
]

0 commit comments

Comments
 (0)