Migrate from v2 to v3 #42
filiptammergard
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
This is what needs to be done when upgrading
@einride/eslint-pluginfrom version 2 to version 3:prettieris removed as a direct dependency from the plugin and added as a peer dependency instead. Ifprettieris not already a dependency in your project, it should be added:eslint-plugin-prettieris upgraded to new major version which needseslintto be version7.28.0or higher (this is also specified inpeerDependencies). Make sure your project'seslintversion is updated according to this!All reactions