mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-15 12:32:54 +08:00
18 lines
No EOL
250 B
Text
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 |