wb-table/.prettierrc.yaml

10 lines
178 B
YAML
Raw Normal View History

2022-03-10 23:55:10 +08:00
jsxBracketSameLine: true
jsxSingleQuote: true
semi: false
singleQuote: true
printWidth: 100
useTabs: false
tabWidth: 2
trailingComma: none
bracketSpacing: true
arrowParens: avoid