Skip to content

feat(eslint-config): replace eslint-import-plugin-x with eslint-import-plugin #3072

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ala-n
Copy link
Collaborator

@ala-n ala-n commented Apr 24, 2025

Note: no longer provides eslint-import-resolver-typescript out of the box, provide import resolver manually in case of using ts paths

…port-plugin`

Note: no longer provides eslint-import-resolver-typescript out of the box, provide import resolver manually in case of using ts paths
@ala-n ala-n added the bug Something isn't working label Apr 24, 2025
@ala-n ala-n requested review from a team and Copilot April 24, 2025 15:59
@ala-n ala-n self-assigned this Apr 24, 2025
@ala-n ala-n requested review from dshovchko, yadamskaya and NastaLeo and removed request for a team April 24, 2025 15:59
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the ESLint configuration to replace the deprecated "eslint-plugin-import-x" with "eslint-plugin-import" and remove the built-in TypeScript import resolver configuration.

  • Replaces plugin import in multiple rule files
  • Removes built-in TypeScript resolver configuration in favor of manual setup
  • Updates README documentation to reflect these changes

Reviewed Changes

Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.

Show a summary per file
File Description
packages/eslint-config/rules/strict/imports.js Updates plugin import reference to "eslint-plugin-import"
packages/eslint-config/rules/lang/typescript.js Removes the TypeScript import resolver settings
packages/eslint-config/rules/codestyle/imports.js Updates plugin import and adds a minor formatting change
packages/eslint-config/rules/base/imports.js Updates plugin import reference to "eslint-plugin-import"
packages/eslint-config/README.md Updates documentation to reference "eslint-plugin-import" and note manual configuration of import resolver
Files not reviewed (1)
  • packages/eslint-config/package.json: Language not supported

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants