Explorar o código

remove setting

itizawa %!s(int64=6) %!d(string=hai) anos
pai
achega
8bf20f7b37
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      .eslintrc.js

+ 0 - 3
.eslintrc.js

@@ -18,7 +18,6 @@ module.exports = {
   },
   plugins: [
     "jest",
-    "react-hooks",
   ],
   rules: {
     'indent': [
@@ -34,7 +33,5 @@ module.exports = {
     ],
     // eslint-plugin-import rules
     'import/no-unresolved': [2, { ignore: ['^@'] }], // ignore @alias/..., @commons/..., ...
-    "react-hooks/rules-of-hooks": "error",
-    "react-hooks/exhaustive-deps": "warn"
   },
 };