backend/.prettierrc

6 lines
75 B
Plaintext
Raw Permalink Normal View History

2019-12-02 14:52:48 +00:00
{
"trailingComma": "none",
"tabWidth": 2,
"singleQuote": true
}