Skip to content

Commit

Permalink
fix(react): disable some rules
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds authored Jan 26, 2021
1 parent b8a3c69 commit 03bad6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions react.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ module.exports = {
'react/jsx-handler-names': 'off',
'react/jsx-key': 'error',
'react/jsx-max-depth': 'off',
'react/jsx-newline': 'off',
'react/jsx-no-bind': 'off',
'react/jsx-no-constructed-context-values': 'off',
'react/jsx-no-comment-textnodes': 'error',
'react/jsx-no-duplicate-props': 'error',
'react/jsx-no-literals': 'off',
Expand Down

0 comments on commit 03bad6c

Please sign in to comment.