Skip to content

Commit

Permalink
Add React hooks plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardofaria committed Mar 2, 2020
1 parent b3c1de7 commit 52fbef7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ module.exports = {
'plugin:prettier/recommended',
'prettier/react',
],
plugins: [
'react-hooks',
],
rules: {
'import/extensions': 'off',
'import/no-dynamic-require': 'off',
Expand Down

0 comments on commit 52fbef7

Please sign in to comment.