Skip to content

vuetifyjs/eslint-config-vuetify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-vuetify

An opinionated eslint config for Vuetify.

💿 Install

npm install eslint-config-vuetify --save-dev

OR

yarn add eslint-config-vuetify -D

OR

pnpm add eslint-config-vuetify -D

🚀 Usage

Update your eslint.config.js flat config to extend vuetify:

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

Copyright (c) 2016-present Vuetify LLC