1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00

add prettierrc ()

This commit is contained in:
neverland 2018-12-28 23:59:48 +08:00 committed by GitHub
parent f5e2ab063c
commit b842f329e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
.prettierrc Normal file

@ -0,0 +1,5 @@
{
"printWidth": 100,
"singleQuote": true,
"trailingComma": "none"
}