Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information