notes/sandbox/vue_sse/vue_sse_front/.prettierrc
2023-04-22 00:41:54 -07:00

6 lines
105 B
Text

trailingComma: "all"
tabWidth: 4
semi: false
singleQuote: true
bracketSpacing: true
arrowParens: "avoid"