Skip to content

Commit

Permalink
Merge pull request #155 from lo1tuma/eslint-versions
Browse files Browse the repository at this point in the history
Remove support for ESLint versions < 4.0.0
  • Loading branch information
lo1tuma authored Mar 2, 2018
2 parents 269c697 + 2efb3fb commit 0043fe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ESLint rules for [mocha](http://mochajs.org/).

## Install and configure

This plugin requires ESLint `2.0.0` or later.
This plugin requires ESLint `4.0.0` or later.

`npm install --save-dev eslint-plugin-mocha`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"coveralls": "^3.0.0"
},
"peerDependencies": {
"eslint": "^2.0.0 || ^3.0.0 || ^4.0.0"
"eslint": ">= 4.0.0"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0043fe9

Please sign in to comment.