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
5 changed files with 2 additions and 15 deletions

View File

@@ -16,5 +16,7 @@ module.exports = {
"no-duplicate-imports": "error",
"arrow-body-style": ["error", "as-needed"],
"react/self-closing-comp": ["error", { component: true, html: true }],
"@next/next/no-img-element": "off",
"@typescript-eslint/no-unused-vars": ["warn"],
},
};