chore: eslint config package fixes (#2165)

* eslint fixes

* lint rules added
This commit is contained in:
sriram veeraghanta 2023-09-13 12:06:17 +05:30 committed by GitHub
parent 3a2a329000
commit b9c935092a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 2 additions and 15 deletions

View file

@ -1,7 +1,4 @@
module.exports = {
root: true,
extends: ["custom"],
rules: {
"@next/next/no-img-element": "off",
},
};