You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With v7 we're releasing a new package, typescript-eslint. This package can be imported within your flat config to access our configs, plugin, and parser. This package also exports a utility function called config which will allow you to write type-checked configuration files!
Switching to typescript-eslint
Because this new package includes dependencies on our plugin and parser, you can replace those dependencies entirely:
karlhorky
changed the title
Migrate from @typescript-eslint/* plugins to typescript-eslint
Migrate from @typescript-eslint/* packages to typescript-eslintMay 19, 2024
https://typescript-eslint.io/blog/announcing-typescript-eslint-v7/#new-features---flat-config-support
Partial info from blog post above:
This also allows for a
tseslint.config()
helper:eslint.config.js
We may also be able to get rid of some other libraries that we have, eg. if we're using
tsutils
or similar old packages:The text was updated successfully, but these errors were encountered: