prettier
This commit is contained in:
parent
a04d44e7de
commit
190f461706
19 changed files with 142 additions and 146 deletions
7
priv/frontend/.prettierrc
Normal file
7
priv/frontend/.prettierrc
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"semi": false,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "es5",
|
||||
"arrowParens": "always",
|
||||
"proseWrap": "always"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue