wildflock/.prettierrc.json
2023-08-06 09:21:17 +03:00

9 lines
160 B
JSON

{
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"printWidth": 120,
"quoteProps": "as-needed",
"arrowParens": "avoid"
}