vika-server / .prettierrc
Viktoria435
Initialize NestJS project with basic structure and configurations
22df730
raw
history blame contribute delete
52 Bytes
{
"singleQuote": true,
"trailingComma": "all"
}