mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
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`)
5 lines
52 B
JSON
5 lines
52 B
JSON
{
|
|
"singleQuote": true,
|
|
"trailingComma": "all"
|
|
}
|