diff options
author | Noah Loomans <noahloomans@gmail.com> | 2018-06-28 13:45:27 +0200 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2018-06-28 13:45:27 +0200 |
commit | 9efc432e160b429a0643c38e28140bcf42af30a7 (patch) | |
tree | 2ff1722ed690dc673c8a83cbbf03b40b6526d9f3 /.eslintrc | |
parent | 9e55c4b1a151b434cba4b4425514c3aeac6f22d8 (diff) |
Add history to redux thunk
Diffstat (limited to '.eslintrc')
-rw-r--r-- | .eslintrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" } } |