Skip to content

Commit

Permalink
feat: Support ESLint 7.x
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Requires Node@^10.12.x || 12.x
BREAKING CHANGE: Requires ESLint@^7.x
  • Loading branch information
MichaelDeBoey committed May 8, 2020
1 parent 93d082c commit 81ca8e4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: node_js
node_js:
- '6'
- '8'
- '9'
- '10'
- '11'
- 10.12
- 10
- 12.0
- 12
- 14
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,19 @@
"chai": "^4.1.0",
"dirty-chai": "^2.0.1",
"escope": "^3.6.0",
"eslint": "^7.0.0-alpha.3",
"eslint": "^7.0.0",
"eslint-config-not-an-aardvark": "^2.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-self": "^1.0.1",
"espree": "^6.2.1",
"espree": "^7.0.0",
"estraverse": "^5.0.0",
"lodash": "^4.17.2",
"mocha": "^7.1.1"
},
"peerDependencies": {
"eslint": ">=5.0.0"
"eslint": "^7.0.0"
},
"engines": {
"node": "^6.14.0 || ^8.10.0 || >=9.10.0"
"node": "^10.12.0 || >=12.0.0"
}
}

0 comments on commit 81ca8e4

Please sign in to comment.