summaryrefslogtreecommitdiffstats
path: root/web/react
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-03-03 15:13:33 -0500
committerChristopher Speller <crspeller@gmail.com>2016-03-03 15:13:33 -0500
commit32034c1401c39262cfd95efb6119782d0562d688 (patch)
treea47c52c8de3feec17dfdbf2fb1a5a3b428180496 /web/react
parentaf2a64b6bdd125415093f69edbf80237c730ccf1 (diff)
parentee4d455c849af24fcfc8a3345d37ef6d67534523 (diff)
downloadchat-32034c1401c39262cfd95efb6119782d0562d688.tar.gz
chat-32034c1401c39262cfd95efb6119782d0562d688.tar.bz2
chat-32034c1401c39262cfd95efb6119782d0562d688.zip
Merge pull request #2327 from hmhealey/stringref
Turned off no-string-refs rule in ESLint
Diffstat (limited to 'web/react')
-rw-r--r--web/react/.eslintrc.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/.eslintrc.json b/web/react/.eslintrc.json
index 51345113b..bc06643c1 100644
--- a/web/react/.eslintrc.json
+++ b/web/react/.eslintrc.json
@@ -192,7 +192,7 @@
"react/display-name": [2, { "ignoreTranspilerName": false }],
"react/no-deprecated": 2,
"react/no-is-mounted": 2,
- "react/no-string-refs": 1,
+ "react/no-string-refs": 0,
"react/jsx-pascal-case": 2,
"react/jsx-indent": [1, 4],
"react/jsx-equals-spacing": [2, "never"],