Skip to content

jiridudekusy/eslint-plugin-uuapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-plugin-uuapp

Extends eslint by rules specific for uuApp.

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-uuapp:

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

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-uuapp globally.

Usage

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

{
    "plugins": [
        "uuapp"
    ]
}

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

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

Supported Rules

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published