plebdevs/.prettierrc

9 lines
158 B
Plaintext
Raw Normal View History

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