basic-blog-api/.prettierrc

7 lines
94 B
Plaintext
Raw Normal View History

2023-01-28 13:20:40 +00:00
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true
}