chore: gather config (#4951)

This commit is contained in:
neverland
2019-11-07 10:25:01 +08:00
committed by GitHub
parent 6ff5c93cd1
commit 7fc5fb7f5b
4 changed files with 14 additions and 12 deletions
+14
View File
@@ -124,6 +124,20 @@
"tags": "vetur/tags.json",
"attributes": "vetur/attributes.json"
},
"eslintConfig": {
"root": true,
"extends": [
"@vant"
]
},
"stylelint": {
"extends": [
"@vant/stylelint-config"
]
},
"prettier": {
"singleQuote": true
},
"browserslist": [
"Android >= 4.0",
"iOS >= 7"