# vuejs/eslint-plugin-vue

Official ESLint plugin for Vue.js

Repository: https://github.com/vuejs/eslint-plugin-vue
Canonical: https://ross.abutalabs.com/products/eslint-plugin-vue
Homepage: https://eslint.vuejs.org/
Language: TypeScript
License: MIT
License Family: permissive
Topics: vue, eslint, eslint-plugin, npm, npm-package, npm-module, javascript, html, static-analysis
Last push: 2026-08-25T13:50:57+00:00

## Health v2 (maintenance only)
Score: 97/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 93, longevity 100
- inputs: {"age_days": 3656, "days_push": 8, "days_rel": 44, "gap_med": 28, "n_releases_24m": 24}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4592, forks 722 (observed 2026-08-28T04:08:54.722046+00:00)

## What it is
The official ESLint plugin for Vue.js that lints the <template> and <script> sections of .vue single file components as well as Vue code in .js files. It detects syntax errors, incorrect usage of Vue directives, and violations of the Vue.js Style Guide.

## Use cases
- lint vue single file components with eslint
- find syntax errors in vue templates
- enforce the vue.js style guide in my project
- catch wrong usage of vue directives
- set up real-time vue linting in my editor
- add vue lint rules to a nuxt project

## When to choose
- you write Vue.js or Nuxt applications and want automated code quality checks
- you want to enforce the official Vue.js Style Guide across a team
- you need editor-integrated, real-time linting of .vue files

## When to avoid
- your project does not use Vue.js
- you need a formatter rather than a linter (use Prettier alongside)
- you cannot tolerate new lint errors in minor version upgrades due to its versioning policy

## Facets
- artifact type: plugin
- maturity: stable
- function: linter, static-site-generator, developer-tools
- domain: web-development, frontend, developer-tools, testing
- platform: cross-platform
- tags: vue, eslint, linting, static-analysis, single-file-components, code-quality, nodejs

## Member repositories
- vuejs/eslint-plugin-vue (main) score 97

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:54.722046+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:19:50.298357+00:00, confidence not recorded.
  - readme: https://github.com/vuejs/eslint-plugin-vue (fetched 2026-08-28T04:08:54.722046+00:00, sha 3f01861a0d0c)
  - homepage: https://eslint.vuejs.org/ (fetched 2026-08-29T09:05:06.636295+00:00, sha 7d2bf604915f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
