mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 08:30:02 +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) {
|
if (module.hot) {
|
||||||
module.hot.accept('../reducers', () =>
|
module.hot.accept('../reducers', () =>
|
||||||
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
|
||||||
store.replaceReducer(
|
store.replaceReducer(
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
||||||
require('../reducers').default as Reducer<
|
require('../reducers').default as Reducer<
|
||||||
CounterState,
|
CounterState,
|
||||||
CounterAction,
|
CounterAction,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user