An opinionated eslint config for Vuetify.
yarn add eslint-config-vuetify -D
# OR
npm install eslint-config-vuetify --save-dev
Update your eslint.config.js
flat config to extend vuetify:
import vuetify from 'eslint-config-vuetify';
export default [
...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
Copyright (c) 2016-present Vuetify LLC