ecency-mobile/.prettierrc

5 lines
75 B
Plaintext
Raw Normal View History

2018-08-01 22:23:23 +03:00
{
"tabWidth": 4,
2018-08-16 03:22:23 +03:00
"singleQuote": false,
2018-08-01 22:23:23 +03:00
"trailingComma": "es5"
}