roadmap/.prettierrc

8 lines
113 B
Plaintext
Raw Normal View History

2022-08-11 20:01:26 +00:00
{
"printWidth": 100,
"quoteProps": "as-needed",
"trailingComma": "all",
"tabWidth": 2,
"semi": false
}