wb-table/.prettierrc.yaml

12 lines
179 B
YAML
Raw Permalink Normal View History

2023-02-19 15:02:41 +08:00
2022-03-10 23:55:10 +08:00
jsxBracketSameLine: true
jsxSingleQuote: true
semi: false
singleQuote: true
2023-02-19 15:02:41 +08:00
printWidth: 80
2022-03-10 23:55:10 +08:00
useTabs: false
tabWidth: 2
trailingComma: none
bracketSpacing: true
2023-02-19 15:02:41 +08:00
arrowParens: avoid