Steven Fukase 5 лет назад
Родитель
Сommit
be532e98d2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .eslintrc.js

+ 1 - 1
.eslintrc.js

@@ -33,6 +33,6 @@ module.exports = {
     ],
     // eslint-plugin-import rules
     'import/no-unresolved': [2, { ignore: ['^@'] }], // ignore @alias/..., @commons/..., ...
-    "react-hooks/exhaustive-deps": 'warn', // useEffect() second argument error fix
+    "react-hooks/exhaustive-deps": 'off', // useEffect() second argument error fix
   },
 };