serum-dev-tools/ts/.prettierrc

6 lines
69 B
Plaintext
Raw Normal View History

2022-04-02 08:39:14 -07:00
{
"semi": true,
"singleQuote": false,
"trailingComma": "all"
}