Skip to content

Commit fe2343f

Browse files
committedMay 1, 2019
💥 drop support for ESLint 4.x
1 parent aec82c7 commit fe2343f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ node_js:
1212
- "12"
1313

1414
env:
15-
- ESLINT_VERSION=4
1615
- ESLINT_VERSION=5
16+
# - ESLINT_VERSION=6
1717

1818
matrix:
1919
exclude:
2020
# Reduce build jobs.
2121
- os: osx
22-
env: ESLINT_VERSION=4
22+
env: ESLINT_VERSION=6
2323
- os: windows
24-
env: ESLINT_VERSION=4
24+
env: ESLINT_VERSION=6
2525

2626
before_script:
2727
- npm i --no-save async

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ $ npm install --save-dev eslint eslint-plugin-node
1515
```
1616

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

2020
**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.
2121

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lib"
1111
],
1212
"peerDependencies": {
13-
"eslint": ">=4.19.1"
13+
"eslint": ">=5.16.0"
1414
},
1515
"dependencies": {
1616
"eslint-plugin-es": "^1.4.0",

0 commit comments

Comments
 (0)