the-honk/.prettierrc

10 lines
152 B
Text
Raw Permalink Normal View History

2024-10-09 17:02:34 +00:00
{
"semi": true,
"trailingComma": "none",
"singleQuote": true,
"printWidth": 100,
"tabWidth": 4,
"bracketSpacing": true,
"arrowParens": "avoid"
}