post-api-call/.prettierrc

6 lines
98 B
Plaintext
Raw Normal View History

2021-05-21 14:53:33 -07:00
{
"printWidth": 80,
"tabWidth": 4,
"singleQuote": true,
"parser": "typescript"
}