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
@@ -1,4 +1,4 @@
|
||||
// eslint-disable-next-line no-restricted-imports -- fix me
|
||||
// oxlint-disable-next-line eslint/no-restricted-imports -- fix me
|
||||
import { ConfigurationPage } from '@actual-app/web/e2e/page-models/configuration-page';
|
||||
import { expect } from '@playwright/test';
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
"noEmit": false,
|
||||
"declaration": true,
|
||||
"outDir": "build",
|
||||
"rootDir": ".."
|
||||
"rootDir": "..",
|
||||
},
|
||||
"include": ["."],
|
||||
"exclude": [
|
||||
@@ -17,6 +17,6 @@
|
||||
"build/**/*",
|
||||
"e2e/**/*",
|
||||
"**/*.test.ts",
|
||||
"**/*.spec.ts"
|
||||
]
|
||||
"**/*.spec.ts",
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user