mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -05:00
🎨 (prettier) adding trailing commas (#647)
* 🎨 (prettier) adding trailing commas
* More commas
This commit is contained in:
committed by
GitHub
parent
26f1d444f7
commit
0b3c41201a
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"singleQuote": true,
|
||||
"trailingComma": "none",
|
||||
"trailingComma": "all",
|
||||
"arrowParens": "avoid"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user