From f0c387045f4a7dbe3d95fd339cf6f8e0422b8339 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Thu, 30 Jun 2016 12:24:59 -0400 Subject: Removing esling warning for bind within jsx (#3459) --- webapp/.eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/.eslintrc.json') diff --git a/webapp/.eslintrc.json b/webapp/.eslintrc.json index 0597f13b9..dada7f164 100644 --- a/webapp/.eslintrc.json +++ b/webapp/.eslintrc.json @@ -183,7 +183,7 @@ "react/jsx-indent-props": [2, 4], "react/jsx-key": 2, "react/jsx-max-props-per-line": [2, { "maximum": 1 }], - "react/jsx-no-bind": 1, + "react/jsx-no-bind": 0, "react/jsx-no-duplicate-props": [2, { "ignoreCase": false }], "react/jsx-no-literals": 2, "react/jsx-no-target-blank": 2, -- cgit v1.2.3-1-g7c22