node-api-template/.prettierrc

7 lines
85 B
Plaintext
Raw Normal View History

2024-07-03 18:52:30 +00:00
{
"singleQuote": true,
"trailingComma": "es5",
"tabWidth": 2,
"semi": true
}