prettier: Add initial config
This commit is contained in:
parent
36459be53a
commit
d5f7617ac5
1 changed files with 8 additions and 0 deletions
8
.prettierrc
Normal file
8
.prettierrc
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"parser": "typescript",
|
||||||
|
"printWidth": 120,
|
||||||
|
"singleQuote": true,
|
||||||
|
"trailingComma": "all",
|
||||||
|
"semi": false,
|
||||||
|
"arrowParens": "avoid"
|
||||||
|
}
|
Loading…
Reference in a new issue