angular-tetris
angular-tetris copied to clipboard
Update to Angular 16.1
ESLint had issues. See both answers from https://stackoverflow.com/questions/76565260/eslint-error-failed-to-load-config-pluginangular-eslint-ng-cli-compat-to-e
and also https://github.com/angular-eslint/angular-eslint/issues/1353#issuecomment-1529924573
I saw that you disabled naming-convention a few times, and that was the only one ESLint complained about not being able to find, so I just removed it.
This is failing because Akita is old. Just need to change ModuleWithProviders to ModuleWithProviders<any> in index.d.ts in Akita.