Skip to content

Commit 0d49f5a

Browse files
committed
[New] Add ESLint ^6.0.0 as valid peerDependency
1 parent 7d449a9 commit 0d49f5a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
global:
1919
- TEST=true
2020
matrix:
21-
- ESLINT=^6.0.0-0
21+
- ESLINT=6
2222
- ESLINT=5
2323
- ESLINT=4
2424
after_success:
@@ -32,8 +32,8 @@ matrix:
3232
- node_js: '4'
3333
env: ESLINT=5
3434
- node_js: '4'
35-
env: ESLINT=^6.0.0-0
35+
env: ESLINT=6
3636
- node_js: '6'
37-
env: ESLINT=^6.0.0-0
37+
env: ESLINT=6
3838
allow_failures:
3939
- node_js: '11'

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@types/node": "^12.0.0",
4343
"babel-eslint": "^8.2.6",
4444
"coveralls": "^3.0.2",
45-
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0",
45+
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
4646
"eslint-config-airbnb-base": "^13.1.0",
4747
"eslint-plugin-import": "^2.17.2",
4848
"istanbul": "^0.4.5",
@@ -52,7 +52,7 @@
5252
"typescript-eslint-parser": "^20.1.1"
5353
},
5454
"peerDependencies": {
55-
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0"
55+
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
5656
},
5757
"engines": {
5858
"node": ">=4"

0 commit comments

Comments
 (0)