Skip to content

remove eslint-plugin-import #25

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 9, 2023
Merged

remove eslint-plugin-import #25

merged 1 commit into from
Jun 9, 2023

Conversation

benmccann
Copy link
Member

@benmccann benmccann commented Jun 9, 2023

eslint-plugin-import really doesn't add anything. import/no-duplicates can be replaced with no-duplicate-imports and the TypeScript compiler's typechecking will catch all the others. Removing these unnecessary rules will speed up linting as well as reducing the number of dependencies in our projects. eslint-plugin-import pulls in 75 transitive dependencies: https://npm.anvaka.com/#/view/2d/eslint-plugin-import.

@benmccann benmccann force-pushed the eslint-plugin-import branch from ad6d9de to ec2f8d2 Compare June 9, 2023 16:41
@benmccann benmccann merged commit 74e73f5 into master Jun 9, 2023
@benmccann benmccann deleted the eslint-plugin-import branch June 9, 2023 17:02
@sveltejs sveltejs deleted a comment from Rich-Harris Jun 9, 2023
@github-actions github-actions bot mentioned this pull request Jun 9, 2023
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.

3 participants