plebdevs/.prettierrc

9 lines
158 B
Plaintext
Raw Normal View History

2025-04-20 17:50:08 -05:00
{
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"printWidth": 100,
"bracketSpacing": true,
"arrowParens": "avoid"
}