File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import eslintPluginNodeDependencies from 'eslint-plugin-node-dependencies'
6
6
import eslintPluginPrettierRecommended from 'eslint-plugin-prettier/recommended'
7
7
import eslintPluginUnicorn from 'eslint-plugin-unicorn'
8
8
import eslintMarkdown from '@eslint/markdown'
9
- import markdownPreferences from 'eslint-plugin-markdown-preferences'
9
+ import eslintPluginMarkdownPreferences from 'eslint-plugin-markdown-preferences'
10
10
import vueEslintParser from 'vue-eslint-parser'
11
11
import noInvalidMeta from './eslint-internal-rules/no-invalid-meta.js'
12
12
import noInvalidMetaDocsCategories from './eslint-internal-rules/no-invalid-meta-docs-categories.js'
@@ -288,7 +288,7 @@ export default typegen([
288
288
files : [ '**/*.md' ] ,
289
289
extends : [
290
290
eslintMarkdown . configs . recommended ,
291
- markdownPreferences . configs . recommended
291
+ eslintPluginMarkdownPreferences . configs . recommended
292
292
] ,
293
293
rules : {
294
294
'prettier/prettier' : 'off' ,
Original file line number Diff line number Diff line change 101
101
"eslint-plugin-eslint-plugin" : " ~6.4.0" ,
102
102
"eslint-plugin-import" : " ^2.31.0" ,
103
103
"eslint-plugin-jsonc" : " ^2.16.0" ,
104
- "eslint-plugin-markdown-preferences" : " ^0.5 .0" ,
104
+ "eslint-plugin-markdown-preferences" : " ^0.7 .0" ,
105
105
"eslint-plugin-node-dependencies" : " ^0.12.0" ,
106
106
"eslint-plugin-prettier" : " ^5.2.1" ,
107
107
"eslint-plugin-unicorn" : " ^56.0.0" ,
You can’t perform that action at this time.
0 commit comments