Package version
13.3.0
Reproduction steps
Create a new project with the command:
npm create @o3r my-project
Generate a SDK project with the command:
npm run ng g sdk my-sdk
Run the linter on the generated code:
npm run lint -- -- --fix
Current result
25 problems are not fixable.
Expected result
No lint errors should appear
Add integration test for sdk linting
Additional comments
No response