Merge pull request #2327 from hmhealey/stringref

Turned off no-string-refs rule in ESLint
Этот коммит содержится в:
Christopher Speller
2016-03-03 15:13:33 -05:00
родитель af2a64b6bd ee4d455c84
Коммит 32034c1401

Просмотреть файл

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