Skip to content
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

Conflicts with @typescript-eslint libraries #81

Closed
silversonicaxel opened this issue Feb 22, 2024 · 0 comments · Fixed by #82
Closed

Conflicts with @typescript-eslint libraries #81

silversonicaxel opened this issue Feb 22, 2024 · 0 comments · Fixed by #82

Comments

@silversonicaxel
Copy link
Contributor

Current Scenario

I've a project with these libraries:

eslint-config-xo-typescript v1.0.1
and
@typescript-eslint/eslint-plugin v6.21.0
@typescript-eslint/parser v6.21.0

Desired Scenario

But I would like to upgrade them to the latest version, meaning:

eslint-config-xo-typescript v2.0.0
and
@typescript-eslint/eslint-plugin v7.0.2
@typescript-eslint/parser v7.0.2

Conflictual Scenario

The problem I'm facing now is that:

eslint-config-xo-typescript v2.0.0

has these dependencies:

@typescript-eslint/eslint-plugin v6.21.0
@typescript-eslint/parser v6.21.0

Possible Scenario?

Is it possible to have again:

eslint-config-xo-typescript v3.0.0

has these dependencies:

@typescript-eslint/eslint-plugin v7.0.2
@typescript-eslint/parser v7.0.2

?

@silversonicaxel silversonicaxel changed the title @typescript-eslint libraries are conflicting with eslint-config-xo-typescript Conflicts with @typescript-eslint libraries Feb 22, 2024
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 a pull request may close this issue.

1 participant