mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-22 00:13:45 -05:00
style: switch prettier to enforce single quotes
This is the style predominantly used in the codebase currently.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"singleQuote": false,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "none"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user