Skip to content

Commit b5dee43

Browse files
committed
Removed eslint-plugin-yml
1 parent e90c177 commit b5dee43

File tree

3 files changed

+1
-111
lines changed

3 files changed

+1
-111
lines changed

eslint.config.mjs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import js from '@eslint/js'
22
import importPlugin from 'eslint-plugin-import'
33
import markdown from '@eslint/markdown'
44
import stylisticJS from '@stylistic/eslint-plugin'
5-
import yml from 'eslint-plugin-yml'
65

76
export default [
87
{ ignores: ['**/package-lock.json'] },
@@ -43,6 +42,5 @@ export default [
4342
'markdown/require-alt-text': 'off' // allow missing img alts
4443
}
4544
},
46-
{ files: ['**/*.mjs'], languageOptions: { sourceType: 'module' }},
47-
{ files: ['**/*.{yaml,yml}'], ...yml.configs['flat/standard'][1] }
45+
{ files: ['**/*.mjs'], languageOptions: { sourceType: 'module' }}
4846
]

package-lock.json

Lines changed: 0 additions & 107 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
@@ -11,7 +11,6 @@
1111
"@stylistic/eslint-plugin": "^5.7.0",
1212
"eslint": "^9.39.2",
1313
"eslint-plugin-import": "^2.32.0",
14-
"eslint-plugin-yml": "^1.19.1",
1514
"husky": "^9.1.7"
1615
}
1716
}

0 commit comments

Comments
 (0)