eslint-plugin-ext-js-sigma

0.0.1 • Public • Published

eslint-plugin-ext-js-sigma

Sigma ExtJs rules

Installation

You'll first need to install ESLint:

npm i eslint --save-dev

Next, install eslint-plugin-ext-js-sigma:

npm install eslint-plugin-ext-js-sigma --save-dev

Usage

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

{
    "plugins": [
        "ext-js-sigma"
    ]
}

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

{
    "rules": {
        "ext-js-sigma/rule-name": 2
    }
}

Supported Rules

  • no-call-parent
  • superclass-apply-argument-array

Package Sidebar

Install

npm i eslint-plugin-ext-js-sigma

Weekly Downloads

1

Version

0.0.1

License

ISC

Unpacked Size

5.45 kB

Total Files

6

Last publish

Collaborators

  • dmitrileto