Daniel Zlotin 8 years ago
parent
commit
a1c775bdc6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .eslintrc

+ 1
- 1
.eslintrc View File

439
       }
439
       }
440
     ],
440
     ],
441
     "react/sort-prop-types": 0,
441
     "react/sort-prop-types": 0,
442
-    "react/wrap-multilines": "error",
442
+    "react/jsx-wrap-multilines": "error",
443
     "react/jsx-boolean-value": [
443
     "react/jsx-boolean-value": [
444
       "error",
444
       "error",
445
       "always"
445
       "always"