demo-frontend/.prettierrc.json
2025-01-16 10:19:59 -03:00

7 lines
121 B
JSON

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