Migrate util, types, state, sticker-creator to ESLint
This commit is contained in:
parent
372aa44e49
commit
2ade4acd52
115 changed files with 647 additions and 448 deletions
|
@ -92,5 +92,5 @@ export const reducers = {
|
|||
user,
|
||||
};
|
||||
|
||||
// @ts-ignore: AnyAction breaks strong type checking inside reducers
|
||||
export const reducer = combineReducers<StateType, ActionsType>(reducers);
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
export const reducer = combineReducers<StateType, ActionsType>(reducers as any);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue