fetch/.prettierrc.yaml

10 lines
178 B
YAML
Raw Normal View History

2022-03-22 19:04:58 +08:00
jsxBracketSameLine: true
jsxSingleQuote: true
semi: false
singleQuote: true
printWidth: 100
useTabs: false
tabWidth: 2
trailingComma: none
bracketSpacing: true
arrowParens: avoid