Daniel Zlotin 7 years ago
parent
commit
d6ee017330
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .eslintrc

+ 1
- 1
.eslintrc View File

@@ -420,7 +420,7 @@
420 420
       "always"
421 421
     ],
422 422
     "react/prefer-stateless-function": 0,
423
-    "react/prop-types": "error",
423
+    "react/prop-types": 0,
424 424
     "react/react-in-jsx-scope": "error",
425 425
     "react/require-extension": 0,
426 426
     "react/self-closing-comp": "error",