This repository has been archived on 2025-03-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
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"
}
}
]
}