nestjs_auth/.prettierrc
2022-09-01 15:56:22 +09:00

9 lines
135 B
Plaintext

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