From 9efc432e160b429a0643c38e28140bcf42af30a7 Mon Sep 17 00:00:00 2001 From: Noah Loomans Date: Thu, 28 Jun 2018 13:45:27 +0200 Subject: Add history to redux thunk --- .eslintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.eslintrc') diff --git a/.eslintrc b/.eslintrc index 06eeac5..dab636c 100644 --- a/.eslintrc +++ b/.eslintrc @@ -11,6 +11,7 @@ "no-underscore-dangle": ["error", { "allow": ["_test", "__REDUX_DEVTOOLS_EXTENSION_COMPOSE__"] }], "no-prototype-builtins": "off", "react/forbid-prop-types": "off", - "react/prefer-stateless-function": "off" + "react/prefer-stateless-function": "off", + "import/prefer-default-export": "off" } } -- cgit v1.1