Coder Social home page Coder Social logo

hhy5277 / eslint-plugin-vue Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vuejs/eslint-plugin-vue

0.0 1.0 0.0 3.05 MB

Official ESLint plugin for Vue.js

Home Page: https://vuejs.github.io/eslint-plugin-vue/

License: MIT License

JavaScript 99.97% Vue 0.03%

eslint-plugin-vue's Introduction

eslint-plugin-vue

NPM version NPM downloads CircleCI License

Official ESLint plugin for Vue.js

๐Ÿ“– Documentation

See https://eslint.vuejs.org

โš“ Versioning Policy

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

๐Ÿ“ฐ Changelog

We're using GitHub Releases.

๐Ÿป Contribution guide

Contributing is welcome!

See https://eslint.vuejs.org/developer-guide/

Working with rules

Before you start writing 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, you can use one of the following applications:

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

Since single file components in Vue are not plain JavaScript, we can't use the default parser, and we had to introduce additional one: vue-eslint-parser, that 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 few useful parser services, to 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 setup the parser in RuleTester (you can do it on per test case basis though). See an example here

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

๐Ÿ”’ License

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.