lint: move some more rules to oxlint/oxfmt and upgrade linter versions (#6398)

This commit is contained in:
Matiss Janis Aboltins
2025-12-13 22:41:21 +00:00
committed by GitHub
parent 7648446bbf
commit 094da46fb0
44 changed files with 338 additions and 331 deletions

View File

@@ -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';

View File

@@ -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",
],
}