inital commit
This commit is contained in:
commit
85fa9aff4a
119 changed files with 3292 additions and 0 deletions
8
.prettierrc.toml
Normal file
8
.prettierrc.toml
Normal file
|
@ -0,0 +1,8 @@
|
|||
trailingComma = "all"
|
||||
tabWidth = 2
|
||||
semi = true
|
||||
singleQuote = true
|
||||
bracketSpacing = true
|
||||
bracketLine = false
|
||||
arrowFunctionParenthesis = "avoid"
|
||||
experimentalTernaries = true
|
Loading…
Add table
Add a link
Reference in a new issue