elstat/priv/frontend/.prettierrc

8 lines
121 B
Plaintext
Raw Normal View History

2018-08-08 23:43:53 +00:00
{
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"arrowParens": "always",
"proseWrap": "always"
}