Skip to content

Commit

Permalink
fix(linter): disable two react rules
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandszoke authored and solkimicreb committed Feb 25, 2020
1 parent 7ef4743 commit 8344bd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"func-names": "off",
"max-classes-per-file": "off",
"react/prefer-stateless-function": "off",
"react/destructuring-assignment": "off",
"react/state-in-constructor": "off",
"react/prop-types": "off"
},
"globals": {
Expand Down

0 comments on commit 8344bd4

Please sign in to comment.