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
+8
View File
@@ -0,0 +1,8 @@
{
"root": true,
"extends": ["@vant"],
"rules": {
"global-require": 0,
"import/no-dynamic-require": 0
}
}