backend/.prettierrc

6 lines
75 B
Plaintext
Raw Permalink Normal View History

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