fesite/.prettierrc

8 lines
108 B
Plaintext
Raw Normal View History

2020-01-23 12:06:17 +00:00
{
"endOfLine": "lf",
"semi": false,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5"
}