potty-chart/.prettierrc
2023-01-18 13:10:26 -08:00

9 lines
159 B
Text

{
"tabWidth": 2,
"printWidth": 100,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true,
"semi": true,
"arrowParens": "avoid"
}