Files
web-crm.mcmed.ru/frontend/.prettierrc.json
Viktoria Polyakova 4fb101c5db Init
2026-01-25 08:57:38 +00:00

23 lines
371 B
JSON

{
"tabWidth": 2,
"printWidth": 100,
"singleQuote": true,
"arrowParens": "avoid",
"trailingComma": "es5",
"plugins": ["prettier-plugin-organize-imports"],
"overrides": [
{
"files": "*.ts",
"options": {
"parser": "typescript"
}
},
{
"files": "*.js",
"options": {
"parser": "babel"
}
}
]
}