This demonstrates an issue with eslint not highlighting all unused imports in some cases.
Steps to reproduce:
- Check out the repository.
- Open it in VS Code
- Run
yarn install
. - Open src/test.ts.
- Wait for eslint to scan the file.
Expected results: All imports should be highlighted as errors because they are unused.
Actual results: Only some are highlighted. The rest are ignored.