# create-eslint-config **Repository Path**: vuejs/create-eslint-config ## Basic Information - **Project Name**: create-eslint-config - **Description**: Utility to setup ESLint in Vue.js projects. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-08-20 - **Last Updated**: 2026-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README > [!IMPORTANT] > Because of the growing complexity of ESLint configurations and the integration with other tools, it became too hard for us to maintain this package separately. The functionality has been moved to the official [`create-vue`](https://github.com/vuejs/create-vue) package and ESLint will be configured alongside other tools when creating a new Vue project. # `@vue/create-eslint-config` Utility to setup ESLint in Vue.js projects. ## Usage Run the following command in your project root: With npm: ```sh npm create @vue/eslint-config@latest ``` With pnpm: ```sh pnpm create @vue/eslint-config ``` With Yarn: ```sh yarn create @vue/eslint-config ```