Merge pull request #1087 from ripple/prettier

Add a prettier config
This commit is contained in:
FKSRipple
2019-11-13 09:51:45 -08:00
committed by GitHub

9
.prettierrc Normal file
View File

@@ -0,0 +1,9 @@
{
"parser": "typescript",
"printWidth": 80,
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"quoteProps": "consistent"
}