fesite/.prettierrc

8 lines
107 B
Plaintext

{
"endOfLine": "lf",
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "es5"
}