mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
chore: set prettier trailingComma option to es5
This commit is contained in:
parent
6c37ba4359
commit
633e9cf59d
@ -85,7 +85,8 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"prettier": {
|
"prettier": {
|
||||||
"singleQuote": true
|
"singleQuote": true,
|
||||||
|
"trailingComma": "es5"
|
||||||
},
|
},
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
"Android >= 4.0",
|
"Android >= 4.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user