sure-backend/.prettierrc

7 lines
104 B
Plaintext

{
"semi": true,
"trailingComma": "all",
"singleQuote": true,
"printWidth": 80
}