PackwizJS/.prettierrc.json
cswimr 15a5e2a776
Some checks failed
Actions / Build and Push Documentation (push) Has been cancelled
chore(tooling): add prettier config file
2025-02-13 10:23:37 -06:00

10 lines
134 B
JSON

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