add prettierrc (#2399)

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
View File

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