mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 10:14:53 -05:00
lint: move some more rules to oxlint/oxfmt and upgrade linter versions (#6398)
This commit is contained in:
committed by
GitHub
parent
7648446bbf
commit
094da46fb0
@@ -3,6 +3,8 @@
|
||||
"singleQuote": true,
|
||||
"trailingComma": "all",
|
||||
"arrowParens": "avoid",
|
||||
"printWidth": 80
|
||||
"printWidth": 80,
|
||||
"ignorePatterns": [
|
||||
"packages/docs/*" // TOOD: fixme; temporary
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user