chore(cli): split eslintrc

This commit is contained in:
chenjiahan
2021-04-04 08:51:22 +08:00
parent 267b54c206
commit 74b7fbdf55
3 changed files with 13 additions and 17 deletions
+1 -12
View File
@@ -1,7 +1,6 @@
{
"name": "@vant/cli",
"version": "3.8.0",
"description": "",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"bin": {
@@ -69,7 +68,7 @@
"fork-ts-checker-webpack-plugin": "^6.1.0",
"gh-pages": "^3.1.0",
"hash-sum": "^2.0.0",
"html-webpack-plugin": "^5.2.0",
"html-webpack-plugin": "^5.3.1",
"husky": "^6.0.0",
"jest": "^26.6.3",
"jest-canvas-mock": "^2.3.0",
@@ -104,15 +103,5 @@
"tag": false,
"commitMessage": "chore: release @vant/cli@${version}"
}
},
"eslintConfig": {
"root": true,
"extends": [
"@vant"
],
"rules": {
"global-require": 0,
"import/no-dynamic-require": 0
}
}
}