🔧 Updated prettierrc
This commit is contained in:
parent
8d321893ee
commit
156b84e909
1 changed files with 3 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
||||||
trailingComma: "all"
|
trailingComma: "all"
|
||||||
tabWidth: 4
|
tabWidth: 4
|
||||||
|
printWidth: 80
|
||||||
semi: false
|
semi: false
|
||||||
|
jsxSingleQuote: true
|
||||||
singleQuote: true
|
singleQuote: true
|
||||||
bracketSpacing: true
|
bracketSpacing: true
|
||||||
|
bracketSameLine: true
|
||||||
arrowParens: "avoid"
|
arrowParens: "avoid"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue