Turned off no-string-refs rule in ESLint

This commit is contained in:
Harrison Healey
2016-03-03 10:47:19 -05:00
parent af2a64b6bd
commit ee4d455c84

View File

@@ -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"],