summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-06-30 12:24:59 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-06-30 12:24:59 -0400
commitf0c387045f4a7dbe3d95fd339cf6f8e0422b8339 (patch)
treeed853bb01b31cf9838c249e4b85dbbef47028582
parent3dea2b0e3fa8f4d54d43b974c2dfd93c728c50a3 (diff)
downloadchat-f0c387045f4a7dbe3d95fd339cf6f8e0422b8339.tar.gz
chat-f0c387045f4a7dbe3d95fd339cf6f8e0422b8339.tar.bz2
chat-f0c387045f4a7dbe3d95fd339cf6f8e0422b8339.zip
Removing esling warning for bind within jsx (#3459)
-rw-r--r--webapp/.eslintrc.json2
1 files changed, 1 insertions, 1 deletions
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,