raffle-me-that/frontend/.prettierrc.json

7 lines
86 B
JSON
Raw Normal View History

2023-01-04 11:26:59 +01:00
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true
}