forked from github/plane
chore: eslint config package fixes (#2165)
* eslint fixes * lint rules added
This commit is contained in:
committed by
GitHub
parent
3a2a329000
commit
b9c935092a
@@ -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"],
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user