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

Commit

Permalink
installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Jan 12, 2016
1 parent bffce08 commit be09124
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,19 @@

Auto inject ESLint tests into your Mocha suite.

###Installation

```sh
npm install eslint-mocha
```

###Usage

```sh
eslint-mocha --eslint-args="my eslint args" --mocha-args="my mocha args"
```

Example:
###Example

```sh
eslint-mocha --eslint-args="**/*.js" --mocha-args="test/**/*-test.js"
Expand Down

0 comments on commit be09124

Please sign in to comment.