nestjs_backend/.prettierrc
2022-08-17 16:57:03 +09:00

9 lines
135 B
Plaintext

{
"semi": false,
"bracketSapcing": true,
"singleQuote": true,
"useTabs": false,
"trailingComma": "none",
"printWith": 80
}