Doesn't work with eslint v8 #3735
Labels
package: eslint-plugin
Issues related to @typescript-eslint/eslint-plugin
working as intended
Issues that are closed as they are working as intended
Uh oh!
There was an error while loading. Please reload this page.
Installing latest versions of
typescript
,@typescript-eslint/plugin
,@typescript-eslint/parser
and eslint v8 withnode v16
, got a problem:The thing is
CLIEngine
was deprecated inESLint
v7 and removed in v8 (which is right now inbeta
).Also rules from
ESLint
cannot be required:Because they are not exported anymore. According to migration guide, rules should be used this way:
The text was updated successfully, but these errors were encountered: