We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
eslint-plugin-yml
eslintPluginYml
yml
1 parent fd2f19f commit 7cda52bCopy full SHA for 7cda52b
eslint.config.mjs
@@ -2,7 +2,7 @@ import js from '@eslint/js'
2
import stylisticJS from '@stylistic/eslint-plugin-js'
3
import json from '@eslint/json'
4
import markdown from '@eslint/markdown'
5
-import eslintPluginYml from 'eslint-plugin-yml'
+import yml from 'eslint-plugin-yml'
6
7
export default [
8
{
@@ -34,5 +34,5 @@ export default [
34
'markdown/no-missing-label-refs': 'off' // allow missing label references
35
}
36
},
37
- { files: ['**/*.yaml, **/*.yml'], ...eslintPluginYml.configs['flat/standard'][1] }
+ { files: ['**/*.yaml, **/*.yml'], ...yml.configs['flat/standard'][1] }
38
]
0 commit comments