Initial commit
This commit is contained in:
commit
92e756977d
9 changed files with 4119 additions and 0 deletions
9
.prettierrc.json
Normal file
9
.prettierrc.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"printWidth": 120,
|
||||
"singleQuote": true,
|
||||
"tabWidth": 4,
|
||||
"semi": true,
|
||||
"bracketSpacing": true,
|
||||
"xmlWhitespaceSensitivity": "ignore",
|
||||
"bracketSameLine": true
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue