Closed bennycode closed 3 years ago
Downgrading @typescript-eslint/experimental-utils
would require that you additionally install an older version of @typescript-eslint/typescript-estree
that doesn't make any sense. This was an issue fixed in #38
As v2.0.0 is a breaking change you shouldn't update and stay an older version. Or update to latest node
I wanted to upgrade from eslint-plugin-typescript-sort-keys v1.8.0 to v2.0.0 but it fails in my CI environment using Node.js v15.14.0 with the following message:
Can you downgrade
@typescript-eslint/experimental-utils
to make it work again?