support prettier

This commit is contained in:
陈帅
2018-12-07 16:17:45 +08:00
committed by 偏右
parent 16c3a9453e
commit dca9715186
364 changed files with 8689 additions and 5891 deletions

19
.prettierrc Normal file
View File

@@ -0,0 +1,19 @@
{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100,
"overrides": [
{
"files": ".prettierrc",
"options": {
"parser": "json"
}
},
{
"files": ".stylelintrc",
"options": {
"parser": "json"
}
}
]
}