1.1.0 • Published 7 years ago

eslint-plugin-amd v1.1.0

Weekly downloads
664
License
ISC
Repository
-
Last release
7 years ago

eslint-plugin-amd

amd

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-amd:

$ npm install eslint-plugin-amd --save-dev

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-amd globally.

Usage

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

{
    "plugins": [
        "amd"
    ]
}

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

{
    "rules": {
        "amd/rule-name": 2
    }
}

Supported Rules

see tests/lib/rules

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.1.0

8 years ago

0.0.0

8 years ago