website/.prettierrc.json

7 lines
88 B
JSON

{
"trailingComma": "none",
"tabWidth": 2,
"semi": false,
"singleQuote": false
}