BatchExplorer/.prettierrc.json

13 строки
190 B
JSON

{
"endOfLine": "auto",
"trailingComma": "es5",
"overrides": [
{
"files": ["*.jsonc", "tsconfig.json"],
"options": {
"trailingComma": "none"
}
}
]
}