🎨 refactor: format JS with Prettier (#240)
This commit is contained in:
11
.prettierrc.toml
Normal file
11
.prettierrc.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
semi = true
|
||||
trailingComma = "es5"
|
||||
singleQuote = true
|
||||
printWidth = 88
|
||||
tabWidth = 4
|
||||
useTabs = false
|
||||
arrowParens = "always"
|
||||
bracketSpacing = true
|
||||
jsxBracketSameLine = false
|
||||
jsxSingleQuote = true
|
||||
endOfLine = "lf"
|
Reference in New Issue
Block a user