Skip to content

Commit

Permalink
chore: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
icfor committed Nov 24, 2023
1 parent 9053400 commit f3d0a73
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ module.exports = {
},
plugins: ["@typescript-eslint", "react-hooks"],
rules: {
// @TODO: These should be removed when fixed
"@typescript-eslint/no-explicit-any": "off",
"@next/next/no-img-element": "off",
"jsx-a11y/alt-text": "off",
"react/display-name": "off",

"arrow-body-style": "error",
"camelcase": "off",
"global-require": "off",
Expand All @@ -38,16 +44,10 @@ module.exports = {
],

"@typescript-eslint/consistent-type-imports": "error",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-shadow": "error",
"@typescript-eslint/no-unused-vars": "error",
"@typescript-eslint/no-var-requires": "off",

"@next/next/no-img-element": "off",

"jsx-a11y/alt-text": "off",

"react/display-name": "off",
"react/function-component-definition": "off",
"react/jsx-boolean-value": "error",
"react/jsx-filename-extension": "off",
Expand Down

0 comments on commit f3d0a73

Please sign in to comment.