erp-platform/ui/.prettierrc.json
Sedat ÖZTÜRK e1a9562b22 init project
2025-05-06 09:45:49 +03:00

8 lines
133 B
JSON

{
"trailingComma": "all",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"printWidth": 100,
"bracketSpacing": true
}