disable jsx-a11y/alt-text

This commit is contained in:
Abhinav 2022-11-30 00:57:43 +05:30
parent a6f71bb26d
commit 8718290648

View file

@ -53,6 +53,7 @@
"react-hooks/rules-of-hooks": "off",
"react-hooks/exhaustive-deps": "off",
"@next/next/no-img-element": "off",
"@typescript-eslint/no-unsafe-argument": "off"
"@typescript-eslint/no-unsafe-argument": "off",
"jsx-a11y/alt-text": "off"
}
}