10 lines
No EOL
213 B
YAML
10 lines
No EOL
213 B
YAML
# .prettierrc.yml
|
|
# see: https://prettier.io/docs/en/options.html
|
|
printWidth: 100
|
|
semi: true
|
|
singleQuote: true
|
|
trailingComma: all
|
|
bracketSpacing: true
|
|
jsxBracketSameLine: true
|
|
arrowParens: always
|
|
proseWrap: always |