diff options
author | Noah Loomans <noahloomans@gmail.com> | 2018-06-27 16:42:39 +0200 |
---|---|---|
committer | Noah Loomans <noahloomans@gmail.com> | 2018-06-27 16:42:39 +0200 |
commit | 3bfff2ec9bec03030d2cecd9d57880bcfde740f7 (patch) | |
tree | 1d2a5c805d81f4892c940641f62b608c63bac6fd /.eslintrc | |
parent | c64c5dd56d443995e41d4da35b35561e85bdb1aa (diff) |
Add redux thunk
Diffstat (limited to '.eslintrc')
-rw-r--r-- | .eslintrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ }, "rules": { "react/jsx-filename-extension": "off", - "no-underscore-dangle": ["error", { "allow": ["_test"] }], + "no-underscore-dangle": ["error", { "allow": ["_test", "__REDUX_DEVTOOLS_EXTENSION_COMPOSE__"] }], "no-prototype-builtins": "off", "react/forbid-prop-types": "off", "react/prefer-stateless-function": "off" |