0.1.10 • Published 6 years ago

eslint-plugin-extjs-tpl v0.1.10

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

eslint-plugin-extjs-eslint-test

test plugin for extjs

Installation

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.

Usage

Add extjs-eslint-test to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "extjs-eslint-test"
    ]
}

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

{
    "rules": {
        "extjs-eslint-test/rule-name": 2
    }
}

Supported Rules

  • Fill in provided rules here
0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago

0.0.0

6 years ago