webpack-base/.prettierrc.yml

12 lines
190 B
YAML
Raw Normal View History

printWidth: 120
2023-01-09 22:10:45 +00:00
tabWidth: 4
semi: true
singleQuote: true
quoteProps: "as-needed"
jsxSingleQuote: false
trailingComma: "all"
bracketSpacing: true
bracketSameLine: false
arrowParens: "avoid"