jellyfin-vue/.prettierrc

6 lines
69 B
Plaintext
Raw Permalink Normal View History

2020-09-02 18:34:50 +00:00
{
"semi": true,
"singleQuote": true,
"trailingComma": "none"
}