create-fite-app/lib/common/.prettierrc.yaml

12 lines
179 B
YAML
Raw Normal View History

jsxBracketSameLine: true
jsxSingleQuote: true
semi: false
singleQuote: true
printWidth: 80
useTabs: false
tabWidth: 2
trailingComma: none
bracketSpacing: true
arrowParens: avoid