Skip to content

Commit

Permalink
fix: relax React rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Dalecky authored and streamich committed Oct 5, 2017
1 parent c5eb8a7 commit 135bda2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"^[A-Z]?[a-z]+(?:[A-Z][a-z]+)*(\\.[a-z]+)*$",
false
],
"no-restricted-syntax": "off"
"no-restricted-syntax": "off",
"react/forbid-component-props": "off",
"react/jsx-no-bind": "off",
"react/sort-prop-types": "off"
}
}

0 comments on commit 135bda2

Please sign in to comment.