ESLint plugin and config for internal development of Vue.js ecosystem libraries (e.g., vue-router, vuex, vue-cli). Version 4.0.0, maintained by the Vue.js core team. It is not intended for Vue application development; instead it enforces Vue team coding conventions and provides a recommended preset. Different from the general eslint-plugin-vue which targets Vue SFCs and templates.
npm install eslint-plugin-vue-libsVerified import paths — ran on the pinned version, not inferred.
Install and configure eslint-plugin-vue-libs with recommended preset for Vue team projects.
Use eslint-plugin-vue instead for general Vue app development.
Run npm install eslint-plugin-vue-libs --save-dev
Ensure extends uses 'plugin:vue-libs/recommended' exactly and that the plugin is installed.