Skip to content

Commit

Permalink
Merge pull request #15 from creative-commoners/pulls/1/more-rules
Browse files Browse the repository at this point in the history
ENH Loosen rules
  • Loading branch information
GuySartorelli authored Jan 11, 2023
2 parents 4a7f4f9 + 0f6576c commit ce60603
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,12 @@ const todo = {
'react/jsx-closing-tag-location': [
'off'
],
'react/jsx-no-useless-fragment': [
'off'
],
'react/no-unused-state': [
'off'
],
'react/forbid-foreign-prop-types': [
'off'
],
Expand Down

0 comments on commit ce60603

Please sign in to comment.