wildflock/.prettierrc.json

9 lines
160 B
JSON
Raw Permalink Normal View History

2023-08-06 06:21:17 +00:00
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"printWidth": 120,
"quoteProps": "as-needed",
"arrowParens": "avoid"
}