homepage/.prettierrc

8 lines
107 B
Plaintext

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