mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
chore: gather config (#4951)
This commit is contained in:
parent
6ff5c93cd1
commit
7fc5fb7f5b
@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
"printWidth": 90,
|
|
||||||
"singleQuote": true,
|
|
||||||
"trailingComma": "none"
|
|
||||||
}
|
|
@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"extends": ["@vant/stylelint-config"]
|
|
||||||
}
|
|
14
package.json
14
package.json
@ -124,6 +124,20 @@
|
|||||||
"tags": "vetur/tags.json",
|
"tags": "vetur/tags.json",
|
||||||
"attributes": "vetur/attributes.json"
|
"attributes": "vetur/attributes.json"
|
||||||
},
|
},
|
||||||
|
"eslintConfig": {
|
||||||
|
"root": true,
|
||||||
|
"extends": [
|
||||||
|
"@vant"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"stylelint": {
|
||||||
|
"extends": [
|
||||||
|
"@vant/stylelint-config"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"prettier": {
|
||||||
|
"singleQuote": true
|
||||||
|
},
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
"Android >= 4.0",
|
"Android >= 4.0",
|
||||||
"iOS >= 7"
|
"iOS >= 7"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user