rwadurian/backend/services/leaderboard-service/.prettierrc

8 lines
113 B
Plaintext

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