Ecosyste.ms: Awesome
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: 25 days ago
JSON representation
💼 Opinionated eslint config for Vuetify projects
- Host: GitHub
- URL: https://github.com/vuetifyjs/eslint-config-vuetify
- Owner: vuetifyjs
- License: other
- Created: 2018-11-28T02:27:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-19T21:16:00.000Z (8 months ago)
- Last Synced: 2024-09-29T01:20:23.950Z (about 1 month ago)
- Topics: eslint, eslint-config, vue-eslint, vue-eslint-config, vuetify
- Language: JavaScript
- Homepage:
- Size: 717 KB
- Stars: 36
- Watchers: 6
- Forks: 7
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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:
-
Becoming a sponsor on Github
(supports John)
-
Becoming a backer on OpenCollective
(supports the Dev team)
-
Become a subscriber on Tidelift
-
Make a one-time payment with Paypal
-
Book time with John
### 📑 License
[MIT](http://opensource.org/licenses/MIT)
Copyright (c) 2016-present Vuetify LLC