mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(eslint-config): remove prettier extends (#9222)
This commit is contained in:
parent
57352801d9
commit
9e55e28a43
@ -43,7 +43,7 @@
|
|||||||
"@docsearch/css": "3.0.0-alpha.33",
|
"@docsearch/css": "3.0.0-alpha.33",
|
||||||
"@docsearch/js": "3.0.0-alpha.33",
|
"@docsearch/js": "3.0.0-alpha.33",
|
||||||
"@types/webpack-dev-server": "^3.11.4",
|
"@types/webpack-dev-server": "^3.11.4",
|
||||||
"@vant/eslint-config": "^3.2.0",
|
"@vant/eslint-config": "^3.3.2",
|
||||||
"@vant/markdown-loader": "^4.1.0",
|
"@vant/markdown-loader": "^4.1.0",
|
||||||
"@vant/markdown-vetur": "^2.2.0",
|
"@vant/markdown-vetur": "^2.2.0",
|
||||||
"@vant/stylelint-config": "^1.4.2",
|
"@vant/stylelint-config": "^1.4.2",
|
||||||
|
@ -25,7 +25,7 @@ function runCommand(
|
|||||||
})
|
})
|
||||||
.catch((err: any) => {
|
.catch((err: any) => {
|
||||||
spinner.fail(messages.failed);
|
spinner.fail(messages.failed);
|
||||||
console.log(err.stdout);
|
console.log(err.stderr || err.stdout);
|
||||||
resolve(false);
|
resolve(false);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -4,8 +4,6 @@ module.exports = {
|
|||||||
'airbnb-base',
|
'airbnb-base',
|
||||||
'plugin:@typescript-eslint/recommended',
|
'plugin:@typescript-eslint/recommended',
|
||||||
'prettier',
|
'prettier',
|
||||||
'prettier/vue',
|
|
||||||
'prettier/@typescript-eslint',
|
|
||||||
'plugin:markdown/recommended',
|
'plugin:markdown/recommended',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@vant/eslint-config",
|
"name": "@vant/eslint-config",
|
||||||
"version": "3.3.1",
|
"version": "3.3.2",
|
||||||
"description": "eslint config of vant",
|
"description": "eslint config of vant",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user