Skip to content

Commit 1c8fc80

Browse files
committed
Removed eslint-plugin-yml
1 parent 63c37fd commit 1c8fc80

3 files changed

Lines changed: 1 addition & 106 deletions

File tree

eslint.config.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import json from '@eslint/json'
55
import markdown from '@eslint/markdown'
66
import regexp from 'eslint-plugin-regexp'
77
import stylisticJS from '@stylistic/eslint-plugin'
8-
import yml from 'eslint-plugin-yml'
98

109
export default [
1110
{ ignores: ['**/*cache', '**/*.min.{js,mjs}', '**/package-lock.json'] },
@@ -64,6 +63,5 @@ export default [
6463
'markdown/require-alt-text': 'off' // allow missing img alts
6564
}
6665
},
67-
{ files: ['**/*.mjs'], languageOptions: { sourceType: 'module' }},
68-
{ files: ['**/*.{yaml,yml}'], ...yml.configs['flat/standard'][1] }
66+
{ files: ['**/*.mjs'], languageOptions: { sourceType: 'module' }}
6967
]

package-lock.json

Lines changed: 0 additions & 102 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"eslint": "^9.39.2",
3131
"eslint-plugin-import": "^2.32.0",
3232
"eslint-plugin-regexp": "^2.10.0",
33-
"eslint-plugin-yml": "^1.19.1",
3433
"husky": "^9.1.7",
3534
"ssri": "^13.0.0"
3635
}

0 commit comments

Comments
 (0)