# 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**: 2025-06-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # `@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 ```