# `@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
```
