potty-chart/.prettierrc

10 lines
159 B
Plaintext
Raw Permalink Normal View History

2023-01-18 21:10:26 +00:00
{
"tabWidth": 2,
"printWidth": 100,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": true,
"semi": true,
"arrowParens": "avoid"
}