Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 25 days 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
yarn add eslint-config-vuetify -D
# OR
npm install eslint-config-vuetify --save-dev
```

### 🚀 Usage
Update your `.eslintrc.`* to _extend_ vuetify:
```js
{
"extends": "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