Skip to content

Commit

Permalink
Docs: Add Version Compatibility Section
Browse files Browse the repository at this point in the history
  • Loading branch information
Casey Visco committed Jul 16, 2016
1 parent d1178cc commit 326c2b1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -24,6 +24,12 @@ Install [ESLint](https://www.github.com/eslint/eslint) either locally or globall
$ npm install --save-dev eslint
$ npm install --save-dev eslint-plugin-requirejs

### Installing Older Versions

Please note: this plugin requires ESLint **version 2.x or greater**. If you need to use it with an older version of ESLint, you may install a specific, previous version of the plugin:

$ npm install --save-dev eslint-plugin-requirejs@0.10.0

## Configuration

Add the `plugins` section to your [config](http://eslint.org/docs/user-guide/configuring) file if not already present and specify `eslint-plugin-requirejs` as a plugin. The `eslint-plugin-` prefix may be omitted:
Expand Down Expand Up @@ -108,4 +114,3 @@ eslint-plugin-requirejs is licensed under the [MIT License](http://www.opensourc

[packagequality-url]: http://packagequality.com/#?package=eslint-plugin-requirejs
[packagequality-image]: http://npm.packagequality.com/shield/eslint-plugin-requirejs.svg?style=flat-square

0 comments on commit 326c2b1

Please sign in to comment.