Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
Add eslint installation instructions (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
julkue authored and MoOx committed Jul 13, 2017
1 parent 74709ef commit 9e8dadb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
$ npm install eslint-loader --save-dev
```

**NOTE**: You also need to install `eslint` from npm, if you haven't already:

```console
$ npm install eslint --save-dev
```

## Usage

In your webpack configuration
Expand Down

0 comments on commit 9e8dadb

Please sign in to comment.