# eslint-plugin-vue-libs **Repository Path**: vuejs/eslint-plugin-vue-libs ## Basic Information - **Project Name**: eslint-plugin-vue-libs - **Description**: Eslint plugin for Vue internal development - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-03 - **Last Updated**: 2025-06-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # eslint-plugin-vue-libs > ESLint plugin for libs in the vuejs organization. :exclamation: Note this is an internal plugin/config for the development of Vue itself, not intended for Vue app development. ## Usage 1. `npm install eslint-plugin-vue-libs --save-dev` 2. create a file named `.eslintrc` in your project: ```js { extends: ["plugin:vue-libs/recommended"], rules: { // override if necessary } } ``` ## License [MIT](http://opensource.org/licenses/MIT)