wildflock/.prettierrc.json
Sergo c60d7d0c30
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
change prettier config
2023-08-06 09:09:48 +03:00

9 lines
174 B
JSON

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