felicity-lims/.prettierrc
2023-04-10 03:29:10 +02:00

18 lines
No EOL
250 B
Text

# Prettier configuration
printWidth: 140
singleQuote: true
tabWidth: 4
useTabs: false
# js and ts rules:
arrowParens: avoid
# jsx and tsx rules:
jsxBracketSameLine: false
# python rules:
overrides:
- files: "*.py"
options:
tabWidth: 4