Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mikezks committed Feb 19, 2024
1 parent e9707b1 commit 3528c2e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export class SignalReduxStore {
})
));

// eslint-disable-next-line @typescript-eslint/no-explicit-any
connectFeatureStore(mappers: MapperTypes<ActionCreator<any, any>[]>[]): void {
mappers.forEach(
mapper => mapper.types.forEach(
Expand Down

0 comments on commit 3528c2e

Please sign in to comment.