EsLint speedup (#161)

* Updated packages
* Fix Turbo TURBO_SCM_BASE
* Disable type-aware rules
This commit is contained in:
Giancarlo Buomprisco
2025-02-12 13:58:56 +07:00
committed by GitHub
parent f2c74bd11c
commit e403a6cd75
30 changed files with 1256 additions and 1299 deletions

View File

@@ -45,7 +45,7 @@
"react-hook-form": "^7.54.2",
"react-i18next": "^15.4.0",
"sonner": "^1.7.4",
"zod": "^3.24.1"
"zod": "^3.24.2"
},
"prettier": "@kit/prettier-config",
"typesVersions": {

View File

@@ -412,6 +412,7 @@ function FactorNameForm(
}
function QrImage({ src }: { src: string }) {
// eslint-disable-next-line @next/next/no-img-element
return <img alt={'QR Code'} src={src} width={160} height={160} />;
}

View File

@@ -22,14 +22,14 @@
"@makerkit/data-loader-supabase-nextjs": "^1.2.3",
"@supabase/supabase-js": "2.48.1",
"@tanstack/react-query": "5.66.0",
"@tanstack/react-table": "^8.20.6",
"@tanstack/react-table": "^8.21.2",
"@types/react": "19.0.8",
"lucide-react": "^0.475.0",
"next": "15.1.7",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.54.2",
"zod": "^3.24.1"
"zod": "^3.24.2"
},
"exports": {
".": "./src/index.ts",

View File

@@ -36,7 +36,7 @@
"react-hook-form": "^7.54.2",
"react-i18next": "^15.4.0",
"sonner": "^1.7.4",
"zod": "^3.24.1"
"zod": "^3.24.2"
},
"prettier": "@kit/prettier-config",
"typesVersions": {

View File

@@ -33,7 +33,7 @@
"@kit/ui": "workspace:*",
"@supabase/supabase-js": "2.48.1",
"@tanstack/react-query": "5.66.0",
"@tanstack/react-table": "^8.20.6",
"@tanstack/react-table": "^8.21.2",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"class-variance-authority": "^0.7.1",
@@ -45,7 +45,7 @@
"react-hook-form": "^7.54.2",
"react-i18next": "^15.4.0",
"sonner": "^1.7.4",
"zod": "^3.24.1"
"zod": "^3.24.2"
},
"prettier": "@kit/prettier-config",
"typesVersions": {