source-dev/frontend/.prettierrc.json
2025-05-02 17:35:44 +05:30

7 lines
120 B
JSON

{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"singleQuote": true,
"printWidth": 100
}