Skip to content

Utility to setup ESLint in Vue.js projects.

License

Notifications You must be signed in to change notification settings

vuejs/create-eslint-config

Folders and files

NameName
Last commit message
Last commit date
Feb 14, 2025
Jan 14, 2025
Mar 13, 2025
Oct 5, 2024
Jul 22, 2022
Oct 5, 2024
Jul 22, 2022
Aug 16, 2022
Oct 5, 2024
Nov 4, 2024
Mar 13, 2025
Apr 8, 2025
Apr 8, 2025
Oct 5, 2024

Repository files navigation

@vue/create-eslint-config

Utility to setup ESLint in Vue.js projects.

Usage

Run the following command in your project root:

With npm:

npm create @vue/eslint-config@latest

With pnpm:

pnpm create @vue/eslint-config

With Yarn:

yarn create @vue/eslint-config