philomena/assets/.prettierrc.yml

15 lines
235 B
YAML
Raw Normal View History

2024-05-20 22:30:41 +02:00
tabWidth: 2
useTabs: false
printWidth: 120
semi: true
2024-07-03 22:54:14 +02:00
singleQuote: true
2024-05-20 22:30:41 +02:00
bracketSpacing: true
endOfLine: lf
2024-07-03 22:54:14 +02:00
quoteProps: as-needed
trailingComma: all
2024-07-03 23:03:46 +02:00
arrowParens: avoid
2024-07-03 22:54:14 +02:00
overrides:
- files: "*.css"
options:
singleQuote: false