Skip to content

Commit

Permalink
docs(install): update install guide
Browse files Browse the repository at this point in the history
Add info about globally-installed instance of ESLint.
  • Loading branch information
blond committed Mar 21, 2016
1 parent 3e489dd commit 40c3dbe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -31,6 +31,10 @@ Next, install `eslint-config-pedant`:
$ npm install eslint-config-pedant --save-dev $ npm install eslint-config-pedant --save-dev
``` ```


**Note**: If you installed ESLint globally (using the `-g` flag) then you must also install `eslint-config-pedant` globally.

A globally-installed instance of ESLint can only use globally-installed ESLint plugins. A locally-installed ESLint can make use of both locally- and globally- installed ESLint plugins.

Usage Usage
----- -----


Expand Down

0 comments on commit 40c3dbe

Please sign in to comment.