xLog/.prettierrc

7 lines
91 B
Plaintext

{
"singleQuote": false,
"semi": false,
"trailingComma": "all",
"endOfLine": "lf"
}