Skip to content

Commit

Permalink
fix(react): Refs are fine
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds committed Jul 16, 2016
1 parent ee63d1b commit af870f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
"react/jsx-indent-props": [2, 2],
"react/jsx-key": 2,
"react/jsx-max-props-per-line": [1, {"maximum": 2}],
"react/jsx-no-bind": 1, // this was going to be a 0, but let's try this out.
"react/jsx-no-bind": [1, {"ignoreRefs": true}], // this was going to be a 0, but let's try this out.
"react/jsx-no-duplicate-props": 2,
"react/jsx-no-literals": 0,
"react/jsx-no-target-blank": 2,
Expand Down

0 comments on commit af870f8

Please sign in to comment.