Update .eslintrc.json

Updating changes
This commit is contained in:
Ashprit Singh Mehra
2024-10-26 23:58:42 +01:00
committed by GitHub
parent 55b90fd27d
commit 04b1d5760b

View File

@@ -2,6 +2,8 @@
"extends": ["next/core-web-vitals", "next/typescript"],
"rules": {
"@next/next/no-img-element": "off",
"@typescript-eslint/no-explicit-any": "off"
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-empty-object-type": "off",
"@typescript-eslint/no-unused-vars":"off"
}
}