recipe_app/backend/.prettierrc
fred 31f5bdc254
All checks were successful
/ build (push) Successful in 1m5s
refactor: migrate backend to NestJS
2026-02-11 09:36:55 -08:00

4 lines
52 B
Text

{
"singleQuote": true,
"trailingComma": "all"
}