The Otter project is a highly modular framework whose goal is to provide a common platform to accelerate and facilitate the development of runtime customizable Angular based Web Applications
[x] ESlint does not work after installing @o3r/eslint-config-otter as @angular-eslint/eslint-plugin-template is not installed
Could be related to #1661
[x] ESlint has more errors after installing the missing dependencies…
Tracked via #1690
Context
Thank you @quentinderoubaix for raising the points.
Proposal
npm run test -w webapp
fails) Tracked via #1606angular.json
still includes karma / jasmine We won't remove the leftover references for karma/jasmine for two reasonsnpm run test:playwright
ornpm run test:playwright:sanity
fail) Tracked via #1632.gitignore
does not include the folder test-results of playwright Tracked via #1632@o3r/eslint-config-otter
as@angular-eslint/eslint-plugin-template
is not installed Could be related to #1661