typeorm/.prettierrc.json
2025-06-05 21:40:45 +02:00

6 lines
73 B
JSON

{
"arrowParens": "always",
"semi": false,
"trailingComma": "all"
}