angular-tetris icon indicating copy to clipboard operation
angular-tetris copied to clipboard

Update to Angular 16.1

Open mfp22 opened this issue 2 years ago • 1 comments

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.

mfp22 avatar Jul 20 '23 22:07 mfp22

This is failing because Akita is old. Just need to change ModuleWithProviders to ModuleWithProviders<any> in index.d.ts in Akita.

mfp22 avatar Jul 20 '23 23:07 mfp22