recipe_app/backend/.prettierrc

5 lines
52 B
Text
Raw Normal View History

2026-02-11 09:36:55 -08:00
{
"singleQuote": true,
"trailingComma": "all"
}