by-onlineeditor/.prettierrc

8 lines
136 B
Plaintext

{
"semi": false,
"singleQuote": true,
"printWidth": 80,
"trailingComma": "none",
"arrowParens": "avoid",
"endOfLine": "lf"
}