Disable prop-types rule

This commit is contained in:
Julia Friesel
2018-06-14 14:02:07 +02:00
parent dd8b527f96
commit 166c69581b
+1 -1
View File
@@ -47,6 +47,6 @@
"no-var": "error",
"prefer-const": "error",
"no-trailing-spaces": "error",
"react/prop-types": ["error", {"ignore": ["navigation"]}]
"react/prop-types": 0
}
}