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
chore!: move eslint-plugin-prettier to peerDependencies
BREAKING CHANGE:
This commit also moves eslint & prettier to peerDependencies.
After this change, users will have to manually install these
dependencies into their project root.
Previously we listed the plugin as a dependency of this config, and that
only works because package managers will hoist the plugin to project
root. This trick is not reliable with current eslint implementation.
This also resulted in a bug when the package manager failed to correctly
hoist the plugin package, see vuejs/vue-cli#4310
More details can be seen at:
- eslint/eslint#3458
- eslint/rfcs#5
0 commit comments