prettier settings
This commit is contained in:
parent
66d04c10e8
commit
8d902eb01f
1 changed files with 7 additions and 0 deletions
7
src/.prettierrc
Normal file
7
src/.prettierrc
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"trailingComma": "none",
|
||||
"tabWidth": 4,
|
||||
"semi": false,
|
||||
"singleQuote": true
|
||||
|
||||
}
|
||||
Loading…
Reference in a new issue