Files
admin-frontend/.prettierrc.json
T

7 lines
91 B
JSON

{
"singleQuote": true,
"semi": false,
"printWidth": 100,
"trailingComma": "none"
}