Skip to content
Snippets Groups Projects
Commit 166c6958 authored by Julia Friesel's avatar Julia Friesel
Browse files

Disable prop-types rule

parent dd8b527f
No related branches found
No related tags found
No related merge requests found
...@@ -47,6 +47,6 @@ ...@@ -47,6 +47,6 @@
"no-var": "error", "no-var": "error",
"prefer-const": "error", "prefer-const": "error",
"no-trailing-spaces": "error", "no-trailing-spaces": "error",
"react/prop-types": ["error", {"ignore": ["navigation"]}] "react/prop-types": 0
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment