소스 검색

ESLint fix

Steven Fukase 5 년 전
부모
커밋
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
   },
 };