chore(cli): split eslintrc
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user