EsLint speedup (#161)
* Updated packages * Fix Turbo TURBO_SCM_BASE * Disable type-aware rules
This commit is contained in:
committed by
GitHub
parent
f2c74bd11c
commit
e403a6cd75
@@ -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": {
|
||||
|
||||
@@ -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} />;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user