mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 00:19:55 +03:00
Fix lint
This commit is contained in:
parent
f1de25f22e
commit
947a23ca9d
|
@ -28,8 +28,8 @@ export default function configureStore(initialState?: Partial<CounterState>) {
|
|||
|
||||
if (module.hot) {
|
||||
module.hot.accept('../reducers', () =>
|
||||
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
||||
store.replaceReducer(
|
||||
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
||||
require('../reducers').default as Reducer<
|
||||
CounterState,
|
||||
CounterAction,
|
||||
|
|
Loading…
Reference in New Issue
Block a user