Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 301 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 301 Bytes

@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