the-honk/.prettierrc

10 lines
152 B
Text
Raw Permalink Normal View History

2021-10-29 00:00:43 +00:00
{
"semi": true,
"trailingComma": "none",
"singleQuote": true,
"printWidth": 100,
"tabWidth": 4,
"bracketSpacing": true,
"arrowParens": "avoid"
}