nestjs-http-promise/.prettierrc

6 lines
80 B
Text
Raw Normal View History

{
"trailingComma": "all",
"singleQuote": true,
"arrowParens": "avoid"
}