summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
Diffstat (limited to 'webapp')
-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,