Backend/.prettierrc
2022-11-09 14:05:57 +03:00

5 lines
68 B
Plaintext
Executable File

{
"singleQuote": true,
"trailingComma": "es5",
"tabWidth": 4
}