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