Skip to content

Commit

Permalink
Add react/no-namespace rule
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jan 9, 2022
1 parent f53a835 commit c64b19e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ module.exports = {
'react/no-direct-mutation-state': 'error',
'react/no-find-dom-node': 'error',
'react/no-is-mounted': 'error',
'react/no-namespace': 'error',
'react/no-redundant-should-component-update': 'error',
'react/no-render-return-value': 'error',
'react/no-typos': 'error',
Expand Down

0 comments on commit c64b19e

Please sign in to comment.