mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +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/js": "3.0.0-alpha.33",
|
||||
"@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-vetur": "^2.2.0",
|
||||
"@vant/stylelint-config": "^1.4.2",
|
||||
|
@ -25,7 +25,7 @@ function runCommand(
|
||||
})
|
||||
.catch((err: any) => {
|
||||
spinner.fail(messages.failed);
|
||||
console.log(err.stdout);
|
||||
console.log(err.stderr || err.stdout);
|
||||
resolve(false);
|
||||
});
|
||||
});
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -4,8 +4,6 @@ module.exports = {
|
||||
'airbnb-base',
|
||||
'plugin:@typescript-eslint/recommended',
|
||||
'prettier',
|
||||
'prettier/vue',
|
||||
'prettier/@typescript-eslint',
|
||||
'plugin:markdown/recommended',
|
||||
],
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@vant/eslint-config",
|
||||
"version": "3.3.1",
|
||||
"version": "3.3.2",
|
||||
"description": "eslint config of vant",
|
||||
"main": "index.js",
|
||||
"publishConfig": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user