File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ module.exports = {
69
69
"react/require-default-props" : "off" ,
70
70
"react/jsx-filename-extension" : [ "error" , { extensions : [ ".tsx" ] } ] ,
71
71
"react/prop-types" : "off" ,
72
- "react-hooks/exhaustive-deps" : "off " ,
72
+ "react-hooks/exhaustive-deps" : "error " ,
73
73
"react/jsx-props-no-spreading" : "off" ,
74
74
"react/no-array-index-key" : "warn" ,
75
75
"react/button-has-type" : "warn" ,
@@ -83,7 +83,7 @@ module.exports = {
83
83
"import/prefer-default-export" : "off" ,
84
84
// 테스트 코드에 있는 dependencies를 dev로 옮기라고 경고 뜨는 이슈를 해결하기 위함
85
85
// https://github.com/banksalad/styleguide/pull/35#discussion_r603753937
86
- "import/no-extraneous-dependencies" : [ "error" , { "devDependencies" : [ "/**/*.ts?(x)" ] } ] ,
86
+ "import/no-extraneous-dependencies" : [ "error" , { "devDependencies" : [ "/**/*.ts?(x)" ] } ] ,
87
87
"import/extensions" : [
88
88
"error" ,
89
89
"ignorePackages" ,
You can’t perform that action at this time.
0 commit comments