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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.5
    11
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.5
    11
  • 0.0.4
    0
  • 0.0.3
    0
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i eslint-plugin-hybrid

Weekly Downloads

11

Version

0.0.5

License

MIT

Unpacked Size

4.33 kB

Total Files

5

Last publish

Collaborators

  • diydyq
  • hunter_2019