eslint-plugin-hybrid

0.0.5 • Public • Published

eslint-plugin-hybrid

Eslint plugin for Hybrid APP

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-hybrid:

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

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

Usage

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

{
    "plugins": [
        "hybrid"
    ]
}

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

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

Supported Rules

  • Fill in provided rules here

Package Sidebar

Install

npm i eslint-plugin-hybrid

Weekly Downloads

20

Version

0.0.5

License

MIT

Unpacked Size

4.33 kB

Total Files

5

Last publish

Collaborators

  • diydyq
  • hunter_2019