chore: eslint config package fixes (#2165)
* eslint fixes * lint rules added
This commit is contained in:
parent
3a2a329000
commit
b9c935092a
5 changed files with 2 additions and 15 deletions
|
|
@ -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"],
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue