Files
actual/.prettierrc.json
Matiss Janis Aboltins bd7992a45a 🚨 adding trailing commas everywhere (#148)
Two changes in this PR:

1. fail CI jobs if there are lint warnings
2. add trailing comas everywhere (this aligns `actual-server` with
`actual`)
2023-03-07 19:45:51 +00:00

5 lines
52 B
JSON

{
"singleQuote": true,
"trailingComma": "all"
}