Enable react-hooks/exhaustive-deps ESLint flag (https://github.com/woocommerce/woocommerce-blocks/pull/3325)
This commit is contained in:
parent
109a7c3f54
commit
55007b4601
|
@ -19,5 +19,6 @@ module.exports = {
|
||||||
},
|
},
|
||||||
rules: {
|
rules: {
|
||||||
'woocommerce/feature-flag': 'off',
|
'woocommerce/feature-flag': 'off',
|
||||||
|
'react-hooks/exhaustive-deps': 'error',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue