raffle-me-that/frontend/.prettierrc.json
Norman Köhring 08dbc5ded5 chore: prepare for new version
* update frontend packages
* fix typescript issues
* split backend and frontend
* prepare zig based backend
2023-09-26 15:03:41 +02:00

6 lines
86 B
JSON

{
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true
}