notes/prettierrc.txt
2023-11-26 17:00:42 -08:00

9 lines
163 B
Text

trailingComma: "all"
tabWidth: 4
printWidth: 80
semi: false
jsxSingleQuote: true
singleQuote: true
bracketSpacing: true
bracketSameLine: true
arrowParens: "avoid"