scr-web/.prettierrc

9 lines
142 B
Plaintext
Raw Normal View History

2025-08-16 05:32:21 +00:00
{
"printWidth": 300,
"tabWidth": 2,
"singleQuote": true,
"semi": false,
"trailingComma": "none",
"arrowParens": "avoid"
}