Skip to content

Commit

Permalink
💥 drop support for ESLint 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed May 1, 2019
1 parent aec82c7 commit fe2343f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -12,16 +12,16 @@ node_js:
- "12"

env:
- ESLINT_VERSION=4
- ESLINT_VERSION=5
# - ESLINT_VERSION=6

matrix:
exclude:
# Reduce build jobs.
- os: osx
env: ESLINT_VERSION=4
env: ESLINT_VERSION=6
- os: windows
env: ESLINT_VERSION=4
env: ESLINT_VERSION=6

before_script:
- npm i --no-save async
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -15,7 +15,7 @@ $ npm install --save-dev eslint eslint-plugin-node
```

- Requires Node.js `>=8.10.0`
- Requires ESLint `>=4.19.1` (`plugin:node/recommended` preset requires `>=5.0.0`)
- Requires ESLint `>=5.16.0`

**Note:** It recommends a use of [the "engines" field of package.json](https://docs.npmjs.com/files/package.json#engines). The "engines" field is used by `node/no-unsupported-features/*` rules.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
"lib"
],
"peerDependencies": {
"eslint": ">=4.19.1"
"eslint": ">=5.16.0"
},
"dependencies": {
"eslint-plugin-es": "^1.4.0",
Expand Down

0 comments on commit fe2343f

Please sign in to comment.