Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Commit

Permalink
feat: add no-mount and jsx-quotes, bring back the no-bind
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosen Konstantinov committed Feb 12, 2016
1 parent 340e4f0 commit 8f3af23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions react.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ module.exports = {
"react/jsx-indent-props": 2,
"react/jsx-key": 2,
"react/jsx-max-props-per-line": [2, { "maximum": 4 }],
"react/jsx-no-bind": 2,
"react/jsx-no-duplicate-props": 2,
"react/jsx-no-literals": 0,
"react/jsx-no-undef": 2,
"react/jsx-pascal-case": 2,
"react/jsx-quotes": 2,
"react/jsx-sort-prop-types": 2,
"react/jsx-sort-props": 2,
"react/jsx-uses-react": 2,
Expand All @@ -25,6 +27,7 @@ module.exports = {
"react/no-did-mount-set-state": 2,
"react/no-did-update-set-state": 2,
"react/no-direct-mutation-state": 2,
"react/no-is-mounted": 2,
"react/no-multi-comp": 2,
"react/no-unknown-property": 2,
"react/prefer-es6-class": 2,
Expand Down

0 comments on commit 8f3af23

Please sign in to comment.