erp-platform/ui/.prettierrc.json

9 lines
133 B
JSON
Raw Normal View History

2025-05-06 06:45:49 +00:00
{
"trailingComma": "all",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"printWidth": 100,
"bracketSpacing": true
}