notes/sandbox/docker_web_app/.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"