Conflicts with @typescript-eslint libraries
### 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
?
关闭于 2024-02-23 0 条评论