basic-expressjs/.prettierrc.json

6 lines
59 B
JSON
Raw Permalink Normal View History

2021-09-15 18:47:11 +00:00
{
"tabWidth": 2,
"semi": true,
"singleQuote": true
}