matcher/.prettierrc

5 lines
56 B
Plaintext
Raw Normal View History

2023-04-06 09:12:49 +00:00
{
2023-04-20 14:24:49 +00:00
"singleQuote": true,
"trailingComma": "all"
}