MakerBook/backoffice/.prettierrc.json

19 lines
390 B
JSON

{
"arrowParens": "avoid",
"endOfLine": "lf",
"overrides": [
{
"files": "*.pug",
"options": {
"attributeSeparator": "always",
"parser": "pug"
}
}
],
"printWidth": 100,
"proseWrap": "preserve",
"semi": true,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "es5"
}