fesite/.prettierrc

8 lines
107 B
Plaintext
Raw Normal View History

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