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
@@ -1,5 +1,5 @@
|
||||
// This is temporary until we move all loot-core/client over to desktop-client.
|
||||
// eslint-disable-next-line no-restricted-imports
|
||||
// oxlint-disable-next-line eslint/no-restricted-imports
|
||||
import { Modal } from '@actual-app/web/src/modals/modalsSlice';
|
||||
import { v4 as uuidv4 } from 'uuid';
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// @ts-strict-ignore
|
||||
import { patchFetchForSqlJS } from '../../../mocks/util';
|
||||
|
||||
// eslint-disable-next-line no-restricted-imports
|
||||
// oxlint-disable-next-line eslint/no-restricted-imports
|
||||
import {
|
||||
init,
|
||||
openDatabase,
|
||||
|
||||
@@ -5,13 +5,13 @@
|
||||
"declaration": true,
|
||||
"emitDeclarationOnly": true,
|
||||
"allowJs": false,
|
||||
"noEmit": false
|
||||
"noEmit": false,
|
||||
},
|
||||
"include": ["./typings", "./src/server/*"],
|
||||
"exclude": [
|
||||
"**/node_modules/*",
|
||||
"**/build/*",
|
||||
"**/lib-dist/*",
|
||||
"./src/server/bench.ts"
|
||||
]
|
||||
"./src/server/bench.ts",
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user