revere.dev/safelock/dashboard/.prettierrc.json

7 lines
94 B
JSON
Raw Normal View History

2024-07-01 21:55:25 +02:00
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true
}