Skip to content

Commit

Permalink
chore(eslint-plugin): turn off react-hooks deps warning (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen authored and mergify[bot] committed Mar 12, 2020
1 parent b347120 commit b40e6a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/eslint-plugin/base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ module.exports = {
// turn back on if https://github.com/eslint/eslint/issues/11899 fixes false positives
'require-atomic-updates': 'off',
'react-hooks/rules-of-hooks': 'error',
'react-hooks/exhaustive-deps': 'warn',
// turn back on after addressing all violations
// 'react-hooks/exhaustive-deps': 'warn',
'@typescript-eslint/array-type': ['error', { default: 'array-simple' }],
'@typescript-eslint/ban-ts-ignore': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
Expand Down

0 comments on commit b40e6a6

Please sign in to comment.