adds prettier config
This commit is contained in:
parent
301c623005
commit
b18da9f97c
1 changed files with 6 additions and 0 deletions
6
.prettierrc.json
Normal file
6
.prettierrc.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"tabWidth": 4,
|
||||
"trailingComma": "es5",
|
||||
"singleQuote": true,
|
||||
"jsxBracketSameLine": true
|
||||
}
|
Loading…
Add table
Reference in a new issue