Enable react-hooks/exhaustive-deps ESLint flag (https://github.com/woocommerce/woocommerce-blocks/pull/3325)

This commit is contained in:
Albert Juhé Lluveras 2020-10-28 10:14:46 +01:00 committed by GitHub
parent 109a7c3f54
commit 55007b4601
1 changed files with 1 additions and 0 deletions

View File

@ -19,5 +19,6 @@ module.exports = {
},
rules: {
'woocommerce/feature-flag': 'off',
'react-hooks/exhaustive-deps': 'error',
},
};