Update .prettierrc.json

pull/228/head
BSKY 5 years ago
parent 2c76e71905
commit 946652678c

@ -7,6 +7,8 @@
"trailingComma": "es5", "trailingComma": "es5",
"bracketSpacing": true, "bracketSpacing": true,
"arrowParens": "always", "arrowParens": "always",
"proseWrap": "preserve",
"endOfLine": "lf",
"overrides": [ "overrides": [
{ {
"files": "*.ts", "files": "*.ts",

Loading…
Cancel
Save