feat: only report ESLint errors for unresolvable relative Imports #237#238
Conversation
rainerhahnekamp
left a comment
There was a problem hiding this comment.
Super Murat, just very tiny details. Can you maybe add in the main.ts for angular-iv and angular-i an import to keycloak. With your change you don't to modify anything else and the integration tests should not report that as unresolvable import.
|
Sorry, my fault. The integration tests have actually been upgraded and are now failing because of the new behavior. Murat, do you want to try it and fix them or should I just merge and push the integration test fixes in a separate PR? |
|
|
@rainerhahnekamp I have removed the assertion for import 'logo.jpg'; as this not a local import we ignore it |



Change ESLint adapters to report “cannot be resolved” only for relative imports (starting with
.), while continuing to track all unresolvable imports internally for data/export.Why
Notes
Breaking changes
Checklist
yarn testyarn lint:allyarn build:all./run-integration-tests.sh- There is an issuesSummary:
isRelativeImport.UnassignedFileInfo/FileInfo.