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
- Host: GitHub
- URL: https://github.com/vuetifyjs/eslint-config-vuetify
- Owner: vuetifyjs
- License: other
- Created: 2018-11-28T02:27:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-29T20:05:51.000Z (3 months ago)
- Last Synced: 2025-03-29T23:08:52.831Z (3 months ago)
- Topics: eslint, eslint-config, vue-eslint, vue-eslint-config, vuetify
- Language: JavaScript
- Homepage:
- Size: 331 KB
- Stars: 37
- Watchers: 14
- Forks: 8
- Open Issues: 3
-
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
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:
-
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