An open API service indexing awesome lists of open source software.

https://github.com/vuetifyjs/eslint-config-vuetify

💼 Opinionated eslint config for Vuetify projects
https://github.com/vuetifyjs/eslint-config-vuetify

eslint eslint-config vue-eslint vue-eslint-config vuetify

Last synced: 3 months ago
JSON representation

💼 Opinionated eslint config for Vuetify projects

Awesome Lists containing this project

README

        

# eslint-config-vuetify
>
> An opinionated eslint config for Vuetify.

### 💿 Install

```bash
npm install eslint-config-vuetify --save-dev
```
OR

```bash
yarn add eslint-config-vuetify -D
```
OR

```bash
pnpm add eslint-config-vuetify -D
```

### 🚀 Usage

Update your `eslint.config.js` flat config to _extend_ vuetify:

```js
import vuetify from 'eslint-config-vuetify';

export default [
...vuetify,
]
```

### 💪 Supporting Vuetify

Vuetify is an open source MIT project that has been made possible due to the generous contributions by community backers. If you are interested in supporting this project, please consider:

### 📑 License

[MIT](http://opensource.org/licenses/MIT)

Copyright (c) 2016-present Vuetify LLC