Skip to content

Commit 1de0bd6

Browse files
committed
typo: change package name
1 parent 66df601 commit 1de0bd6

3 files changed

Lines changed: 18 additions & 18 deletions

File tree

eslint.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import antfu, { GLOB_SRC } from '@antfu/eslint-config'
22
import { createSimplePlugin } from 'eslint-factory'
3-
import docsStyle from 'eslint-plugin-docs-style'
3+
import mdStyle from 'eslint-plugin-md-style'
44

55
export default antfu(
66
{
@@ -62,7 +62,7 @@ export default antfu(
6262
'import/no-named-as-default': 'off',
6363
},
6464
},
65-
docsStyle.configs.recommended,
65+
mdStyle.configs.recommended,
6666
{
6767
files: [`**/*.md`, `**/*.md/${GLOB_SRC}`],
6868
rules: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@voidzero-dev/vitepress-theme": "^4.8.3",
3838
"eslint": "^10.0.3",
3939
"eslint-factory": "^0.1.2",
40-
"eslint-plugin-docs-style": "0.1.0-beta.1",
40+
"eslint-plugin-md-style": "0.1.0-beta.2",
4141
"https-localhost": "^4.7.1",
4242
"lint-staged": "^16.2.7",
4343
"pathe": "^2.0.3",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)