Skip to content

Commit

Permalink
feat(configureStore): add support for devTools option accepting `En…
Browse files Browse the repository at this point in the history
…hancerOptions`

This is adding the code support for passing in `EnhancerOptions` from `redux-devtools-extension` for
further customization.
https://github.com/zalmoxisus/redux-devtools-extension/blob/master/docs/API/Arguments.md#windowdevtoolsextensionconfig

fix #40
  • Loading branch information
wldcordeiro committed Apr 6, 2019
1 parent 6d1f04a commit 182ca50
Show file tree
Hide file tree
Showing 6 changed files with 2,890 additions and 2,361 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
extends: 'react-app',
parser: 'typescript-eslint-parser',
parser: '@typescript-eslint/parser',

rules: {
'jsx-a11y/href-no-hash': 'off',
Expand Down
Loading

0 comments on commit 182ca50

Please sign in to comment.