@vue/create-eslint-config
Version:
Utility to setup ESLint in Vue.js projects.
26 lines (16 loc) • 301 B
Markdown
# `@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
```