fraudbusters-ui/.prettierrc.json

17 lines
313 B
JSON
Raw Normal View History

2020-10-06 06:19:04 +00:00
{
"printWidth": 120,
"singleQuote": true,
"tabWidth": 4,
"endOfLine": "auto",
"overrides": [
{
"files": "*.svg",
"options": { "parser": "html" }
},
{
"files": ".huskyrc",
"options": { "parser": "json" }
}
]
}