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

Latest commit

Jan 16, 2025
7457b7e · Jan 16, 2025

History

95 Commits
Jan 14, 2025
Jan 14, 2025
Jan 16, 2025
Oct 5, 2024
Jul 22, 2022
Oct 5, 2024
Jul 22, 2022
Aug 16, 2022
Oct 5, 2024
Nov 4, 2024
Jan 14, 2025
Jan 16, 2025
Jan 14, 2025
Oct 5, 2024
Oct 19, 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