eslint-plugin-vue

Official ESLint plugin for Vue.js

Github星跟蹤圖

eslint-plugin-vue

NPM version
NPM downloads
CircleCI
License

Official ESLint plugin for Vue.js

:book: Documentation

See the official website.

:anchor: Versioning Policy

This plugin is following Semantic Versioning and ESLint's Semantic Versioning Policy.

:newspaper: Changelog

This project uses GitHub Releases.

:beers: Contribution Guide

Contribution is welcome!

See The ESLint Vue Plugin Developer Guide.

Working with Rules

Before you start writing a new rule, please read the official ESLint guide.

Next, in order to get an idea how does the AST of the code that you want to check looks like, use one of the following applications:

  • astexplorer.net - the best tool to inspect ASTs, but it doesn't support Vue template yet
  • ast.js.org - not fully featured, but supports Vue template syntax

Since single file components in Vue are not plain JavaScript, the default parser couldn't be used, so a new one was introduced. vue-eslint-parser generates enhanced AST with nodes that represent specific parts of the template syntax, as well as what's inside the <script> tag.

To know more about certain nodes in produced ASTs, go here:

The vue-eslint-parser provides a few useful parser services that help traverse the produced AST and access tokens of the template:

  • context.parserServices.defineTemplateBodyVisitor(visitor, scriptVisitor)
  • context.parserServices.getTemplateBodyTokenStore()

Check out an example rule to get a better understanding of how these work.

Please be aware that regarding what kind of code examples you'll write in tests, you'll have to accordingly set up the parser in RuleTester (you can do it on a per test case basis). See an example here.

If you'll stuck, remember there are plenty of rules you can learn from already. If you can't find the right solution, don't hesitate to reach out in issues – we're happy to help!

:lock: License

See the LICENSE file for license rights and limitations (MIT).

主要指標

概覽
名稱與所有者vuejs/eslint-plugin-vue
主編程語言JavaScript
編程語言JavaScript (語言數: 3)
平台
許可證MIT License
所有者活动
創建於2016-08-29 15:26:53
推送於2025-06-10 12:42:21
最后一次提交2025-06-10 20:41:24
發布數176
最新版本名稱v10.2.0 (發布於 2025-06-06 03:08:16)
第一版名稱v2.0.0 (發布於 2017-01-23 19:01:54)
用户参与
星數4.5k
關注者數52
派生數679
提交數1.3k
已啟用問題?
問題數1520
打開的問題數180
拉請求數1082
打開的拉請求數14
關閉的拉請求數128
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?