Files
backend/.prettierrc

5 lines
74 B
Plaintext

{
"singleQuote": true,
"trailingComma": "all",
"endOfLine": "auto"
}