epasmed/.prettierrc

13 lines
174 B
Plaintext
Raw Permalink Normal View History

2021-11-30 16:47:42 +01:00
# Prettier configuration
printWidth: 140
singleQuote: true
tabWidth: 2
useTabs: false
# js and ts rules:
arrowParens: avoid
# jsx and tsx rules:
jsxBracketSameLine: false