Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
Update eslint.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bjankord authored Aug 30, 2019
1 parent ea0c176 commit 2173277
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ module.exports = {
'react/forbid-component-props': [2, { forbid: ['style'] }],
'react/forbid-dom-props': [2, { forbid: ['style'] }],
'react-hooks/rules-of-hooks': 'error',
'react-hooks/exhaustive-deps': 'warn',
'react/jsx-props-no-spreading': 'off',
'react/state-in-constructor': 'off',
'react/jsx-fragments': 'off',
Expand Down

0 comments on commit 2173277

Please sign in to comment.