eslint-plugin-tuliustaticvue

0.0.1 • Public • Published

eslint-plugin-tuliustaticvue

vue

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-tuliustaticvue:

$ npm install eslint-plugin-tuliustaticvue --save-dev

Usage

Add tuliustaticvue to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "tuliustaticvue"
    ]
}

Then configure the rules you want to use under the rules section.

{
    "rules": {
        "tuliustaticvue/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here

Package Sidebar

Install

npm i eslint-plugin-tuliustaticvue

Weekly Downloads

3

Version

0.0.1

License

ISC

Unpacked Size

68.7 kB

Total Files

8

Last publish

Collaborators

  • taozhi