eslint-plugin-ext-js-sigma
v0.0.1
Published
Sigma ExtJs rules
Downloads
2
Maintainers
Readme
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