Skip to content

Commit

Permalink
ESLint exception no longer necessary after upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
julienben authored and gretzky committed Jun 21, 2018
1 parent 41ae2f7 commit 81eddea
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions app/utils/injectReducer.js
Expand Up @@ -4,8 +4,6 @@ import hoistNonReactStatics from 'hoist-non-react-statics';

import getInjectors from './reducerInjectors';

/* eslint-disable no-undef */

/**
* Dynamically injects a reducer
*
Expand Down
2 changes: 0 additions & 2 deletions app/utils/injectSaga.js
Expand Up @@ -4,8 +4,6 @@ import hoistNonReactStatics from 'hoist-non-react-statics';

import getInjectors from './sagaInjectors';

/* eslint-disable no-undef */

/**
* Dynamically injects a saga, passes component's props as saga arguments
*
Expand Down
2 changes: 0 additions & 2 deletions internals/templates/utils/injectReducer.js
Expand Up @@ -4,8 +4,6 @@ import hoistNonReactStatics from 'hoist-non-react-statics';

import getInjectors from './reducerInjectors';

/* eslint-disable no-undef */

/**
* Dynamically injects a reducer
*
Expand Down
2 changes: 0 additions & 2 deletions internals/templates/utils/injectSaga.js
Expand Up @@ -4,8 +4,6 @@ import hoistNonReactStatics from 'hoist-non-react-statics';

import getInjectors from './sagaInjectors';

/* eslint-disable no-undef */

/**
* Dynamically injects a saga, passes component's props as saga arguments
*
Expand Down

0 comments on commit 81eddea

Please sign in to comment.