mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-22 00:13:45 -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
@@ -9,8 +9,8 @@
|
||||
"noEmit": false,
|
||||
"declaration": true,
|
||||
"strict": true,
|
||||
"outDir": "dist"
|
||||
"outDir": "dist",
|
||||
},
|
||||
"include": ["."],
|
||||
"exclude": ["dist", "**/*.test.ts", "**/*.spec.ts"]
|
||||
"exclude": ["dist", "**/*.test.ts", "**/*.spec.ts"],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user