freightdesk/webapp/.prettierrc.json

13 lines
204 B
JSON

{
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 100,
"tabWidth": 2,
"overrides": [
{
"files": ["*.ejs"],
"options": { "parser": "html" }
}
]
}