Skip to content

remove import checks already checked by ts - #33

Merged
lukasvice merged 1 commit into
mainfrom
rm-redundand-import-checks
Aug 12, 2026
Merged

remove import checks already checked by ts#33
lukasvice merged 1 commit into
mainfrom
rm-redundand-import-checks

Conversation

@lukasvice

Copy link
Copy Markdown
Member

TypeScript reports all of these rules as part of normal type checking, and the plugin re-parses the whole import graph to do it.

See https://typescript-eslint.io/troubleshooting/typed-linting/performance#eslint-plugin-import

Note: import/no-unresolved stays on, since tsc accepts any path matched by a wildcard (e.g. Next's '*.module.css') without checking that the file exists.

@lukasvice lukasvice self-assigned this Aug 12, 2026
@lukasvice
lukasvice requested a review from SirCotare August 12, 2026 06:44

@SirCotare SirCotare left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@lukasvice
lukasvice merged commit 5d25d6b into main Aug 12, 2026
@lukasvice
lukasvice deleted the rm-redundand-import-checks branch August 12, 2026 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants