Skip to content

Commit fd2a0c8

Browse files
committed
Removed eslint-plugin-yml as dep (ota-meshi/eslint-plugin-yml#551) ↞ [auto-sync from https://github.com/KudoAI/googlegpt]
1 parent df3990c commit fd2a0c8

File tree

3 files changed

+1
-106
lines changed

3 files changed

+1
-106
lines changed

googlegpt/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'] },
@@ -61,6 +60,5 @@ export default [
6160
'markdown/require-alt-text': 'off' // allow missing img alts
6261
}
6362
},
64-
{ files: ['**/*.mjs'], languageOptions: { sourceType: 'module' }},
65-
{ files: ['**/*.{yaml,yml}'], ...yml.configs['flat/standard'][1] }
63+
{ files: ['**/*.mjs'], languageOptions: { sourceType: 'module' }}
6664
]

googlegpt/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.

googlegpt/package.json

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

0 commit comments

Comments
 (0)