• Stars
    star
    115
  • Rank 294,905 (Top 6 %)
  • Language
    JavaScript
  • License
    Other
  • Created almost 5 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An eslint plugin for Vuetify

eslint-plugin-vuetify


Support the maintainer of this plugin:

Kael Watts-Deuchar

Become a Patron

💿 Install

You should have eslint and eslint-plugin-vue set up first.

yarn add eslint-plugin-vuetify -D
# OR
npm install eslint-plugin-vuetify --save-dev
// .eslintrc.js
module.exports = {
  extends: [
    'plugin:vue/base',
    'plugin:vuetify/base'
  ]
}

NOTE This plugin does not affect pug templates due to a limitation in vue-eslint-parser. I suggest converting your pug templates to HTML with pug-to-html in order to use this plugin.

Rules

Deprecations

These rules will help you avoid deprecated components, props, and classes. They are included in the plugin:vuetify/base preset.

Grid system

These rules are designed to help migrate to the new grid system in Vuetify v2. They are included in the plugin:vuetify/recommended preset.

💪 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

More Repositories

1

vuetify

🐉 Vue Component Framework
TypeScript
39,008
star
2

awesome

🎉 The best resources related to Vuetify
1,590
star
3

vuetify-loader

📦 Webpack and Vite plugins for treeshaking Vuetify components and more
TypeScript
500
star
4

vue-cli-plugins

🔌 A collection of Vuetify plugins for Vue CLI
JavaScript
426
star
5

webpack-ssr

Vuetify Webpack SSR Template
JavaScript
62
star
6

create

🛠️ Build tooling for Vuetify 3
TypeScript
56
star
7

vuex

📚 Mono-repo structure for Vuetify Vuex modules
JavaScript
43
star
8

vuex-cognito-example

Example project with vuex-cognito
Vue
40
star
9

eslint-config-vuetify

💼 Opinionated eslint config for Vuetify projects
JavaScript
34
star
10

theme-generator

Vuetify Theme Generator
Vue
25
star
11

vuetify-vscode

The official Vuetify extension for VSCode.
21
star
12

docs-next

Vue
18
star
13

vue-cli-preset-vuetify

🗃 An opinionated Vue CLI 3 Vuetify Preset
JavaScript
16
star
14

blog-starter

HTML
15
star
15

vue-cli-plugin-vuetify-storybook

📖 A Vue CLI 3 Plugin for using Storybook with Vuetify
JavaScript
11
star
16

preset

🗃 A collection of opinionated Vue CLI presets for Vuetify
10
star
17

vue-cli-plugin-vuetify-cli

🔨 A Vue CLI 3 Plugin for Scaffolding Vue / Vuetify projects
JavaScript
10
star
18

rfcs

RFCs for substantial changes / feature additions to Vuetify
7
star
19

one

Reusable components for integrating Vuetify properties.
Vue
5
star
20

v3-preset

4
star
21

tryvuetify

JavaScript
4
star
22

community-bot

JavaScript
3
star
23

vuetify-helper-json

IDE integration information
2
star
24

cz-changelog-vuetify

🔦 An opinionated conventional change-log preset for commitizen
JavaScript
2
star
25

bulma-design-system

Vue
2
star
26

close-action

JavaScript
1
star
27

vue-cli-plugin-vuetify-essentials

A Vue CLI 3 Plugin for use with the Vuetify preset
JavaScript
1
star
28

triage-action

JavaScript
1
star
29

premium-theme-issues

For reporting bugs, issues, and feature requests for Vuetify's premium themes.
1
star
30

conventional-changelog-vuetify

💡 A conventional change log preset for Vuetify
JavaScript
1
star