From af870f865e043010464c9752410ca02e9f89845a Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Sat, 16 Jul 2016 14:54:03 -0600 Subject: [PATCH] fix(react): Refs are fine --- react.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react.js b/react.js index 9471215..ab14f76 100644 --- a/react.js +++ b/react.js @@ -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,