🔧 Updated prettierrc

This commit is contained in:
z3rOR0ne 2023-11-26 17:00:42 -08:00
parent 8d321893ee
commit 156b84e909

View file

@ -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"