[Bug]: adding eslint-config-otter when adding @o3r/workspace fails #2767
Closed
Description
Package name
workspace
Package version
11.5.0
Reproduction steps
ng new --no-create-application my-workspace
cd my-workspace
npm install -D eslint
ng add @o3r/workspace # make sure angular and otter version are aligned to avoid peer dep errors
You already have ESLint installed. Would you like to add Otter config rules for ESLint?
Otherwise, you can add them later via this command: ng add @o3r/eslint-config-otter Yes
Current result
Collection "@o3r/eslint-config-otter" cannot be resolved.
Expected result
Adds workspace along with Otter eslint correctly.
Additional comments
No response