Update to ESLint 9

This commit is contained in:
Alejandro Celaya
2024-10-12 20:06:48 +02:00
parent 078c5c8889
commit 94890da48f
8 changed files with 1129 additions and 1323 deletions

View File

@@ -20,7 +20,6 @@ export function componentFactory<Deps, CompType = Omit<Partial<Deps>, keyof FC>>
console.error(`[Debug] Could not find "${dep as string}" dependency in container`);
}
// eslint-disable-next-line no-param-reassign
Component[dep] = resolvedDependency;
});