motleyagency / eslint-config-motley

Motley (https://motley.fi) JavaScript/Typescript guidelines as ESLint rules with Prettier autoformatting
https://motley.fi
MIT License
6 stars 0 forks source link

Update eslint-plugin-react-hooks to ^1.6.0 #62

Closed petetnt closed 4 years ago

valstu commented 5 years ago

This is now included in the create-react-app also, so should we remove it from here completely since probably 99% of our react projects are based on CRA? ~~Also CRA uses rule 'react-hooks/exhaustive-deps': 'warn' and we have 'react-hooks/exhaustive-deps': 'error'~~ we don't have that rule defined at all so nevermind the last part

petetnt commented 4 years ago

Was updated in #64