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
-
This is what needs to be done when upgrading
@einride/eslint-plugin
from version 2 to version 3:prettier
is removed as a direct dependency from the plugin and added as a peer dependency instead. Ifprettier
is not already a dependency in your project, it should be added:eslint-plugin-prettier
is upgraded to new major version which needseslint
to be version7.28.0
or higher (this is also specified inpeerDependencies
). Make sure your project'seslint
version is updated according to this!Beta Was this translation helpful? Give feedback.
All reactions