fix: markdown parser
This commit is contained in:
parent
c477c8d0e2
commit
a50bd851d1
@ -109,10 +109,6 @@ module.exports = {
|
||||
'no-unused-expressions': 'off',
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ['*.md'],
|
||||
parser: 'markdown-eslint-parser',
|
||||
},
|
||||
{
|
||||
// Code blocks in markdown file
|
||||
files: ['**/*.md/*.*'],
|
||||
|
@ -16,8 +16,8 @@ importers:
|
||||
|
||||
packages/all:
|
||||
specifiers:
|
||||
'@antfu/eslint-config-react': ^0.17.0
|
||||
'@antfu/eslint-config-vue': ^0.17.0
|
||||
'@antfu/eslint-config-react': ^0.18.0
|
||||
'@antfu/eslint-config-vue': ^0.18.0
|
||||
'@typescript-eslint/eslint-plugin': ^5.13.0
|
||||
'@typescript-eslint/parser': ^5.13.0
|
||||
eslint: ^8.10.0
|
||||
@ -86,7 +86,7 @@ importers:
|
||||
|
||||
packages/react:
|
||||
specifiers:
|
||||
'@antfu/eslint-config-ts': ^0.17.0
|
||||
'@antfu/eslint-config-ts': ^0.18.0
|
||||
eslint: ^8.10.0
|
||||
eslint-plugin-react: ^7.29.3
|
||||
react: ^17.0.2
|
||||
@ -101,7 +101,7 @@ importers:
|
||||
|
||||
packages/typescript:
|
||||
specifiers:
|
||||
'@antfu/eslint-config-basic': ^0.17.0
|
||||
'@antfu/eslint-config-basic': ^0.18.0
|
||||
'@typescript-eslint/eslint-plugin': ^5.13.0
|
||||
'@typescript-eslint/parser': ^5.13.0
|
||||
eslint: ^8.10.0
|
||||
@ -114,7 +114,7 @@ importers:
|
||||
|
||||
packages/vue:
|
||||
specifiers:
|
||||
'@antfu/eslint-config-ts': ^0.17.0
|
||||
'@antfu/eslint-config-ts': ^0.18.0
|
||||
eslint: ^8.10.0
|
||||
eslint-plugin-vue: ^8.5.0
|
||||
dependencies:
|
||||
|
Loading…
Reference in New Issue
Block a user