chat-app/frontend/.prettierrc.json

8 lines
121 B
JSON
Raw Permalink Normal View History

2025-02-15 22:16:39 +09:00
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"singleQuote": true,
"printWidth": 100
}