Add prettierrc
This commit is contained in:
parent
9fa734b100
commit
b73781ef4c
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"printWidth": 200,
|
||||
"singleQuote": true,
|
||||
"tabWidth": 4,
|
||||
"quoteProps": "consistent",
|
||||
"bracketSpacing": false
|
||||
}
|
Loading…
Reference in New Issue