0.0.1 • Published 3 years ago
eslint-plugin-ext-js-sigma v0.0.1
eslint-plugin-ext-js-sigma
Sigma ExtJs rules
Installation
You'll first need to install ESLint:
npm i eslint --save-devNext, install eslint-plugin-ext-js-sigma:
npm install eslint-plugin-ext-js-sigma --save-devUsage
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
0.0.1
3 years ago