basic-blog-api/.prettierrc

7 lines
94 B
Plaintext

{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true
}