express-csp/.prettierrc

16 lines
222 B
Plaintext

{
"printWidth": 100,
"proseWrap": "always",
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"plugins": [
],
"overrides": [
{
"files": "*.tpl",
"options": { "parser": "html" }
}
]
}