fraudbusters-ui/.prettierrc.json
2020-10-06 09:19:04 +03:00

17 lines
313 B
JSON

{
"printWidth": 120,
"singleQuote": true,
"tabWidth": 4,
"endOfLine": "auto",
"overrides": [
{
"files": "*.svg",
"options": { "parser": "html" }
},
{
"files": ".huskyrc",
"options": { "parser": "json" }
}
]
}