I don't think I care about import order this much

Maybe if I find a version that's fixable
This commit is contained in:
Jordan Eldredge 2019-03-19 07:51:02 -07:00
parent 50267f3ac2
commit 3e8bfe5e2b

View file

@ -148,7 +148,6 @@
"import/no-extraneous-dependencies": "error",
"import/no-named-as-default-member": "error",
"import/no-unresolved": "error",
"import/order": "warn",
"no-constructor-bind/no-constructor-bind": "error",
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "error"