# eslint-config-vue **Repository Path**: vuejs/eslint-config-vue ## Basic Information - **Project Name**: eslint-config-vue - **Description**: No description available - **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-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DEPRECATED This package has been deprecated. The original config is now part of [eslint-plugin-vue-libs](https://github.com/vuejs/eslint-plugin-vue-libs). --- # eslint-config-vue A set of opinionated ESLint (http://eslint.org) rules (all rules included) tailored for Vue internal development. ## Usage 1. `npm install --save-dev eslint-config-vue eslint-plugin-vue` 2. create a file named `.eslintrc` in your project: ```js { "extends": "vue" // Your overrides... } ``` ## License [MIT](http://opensource.org/licenses/MIT)