tpl indent plugin for extjs
npm install eslint-plugin-extjs-tpltest plugin for extjs
You'll first need to install ESLint:
```
$ npm i eslint --save-dev
Next, install eslint-plugin-extjs-eslint-test:
``
$ npm install eslint-plugin-extjs-eslint-test --save-dev
Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-extjs-eslint-test globally.
Add extjs-eslint-test to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:
`json`
{
"plugins": [
"extjs-eslint-test"
]
}
Then configure the rules you want to use under the rules section.
`json``
{
"rules": {
"extjs-eslint-test/rule-name": 2
}
}
* Fill in provided rules here