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 Jun 10, 2020
1 parent 800c370 commit 307cf39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ cache: npm
notifications:
email: false
node_js:
- 10.12
- 10
- 12.0
- 12
- 14
- node
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"kcd-scripts": "^6.0.0"
},
"peerDependencies": {
"eslint": ">=6"
"eslint": "^7.0.0"
},
"eslintConfig": {
"extends": "./node_modules/kcd-scripts/eslint.js"
Expand All @@ -49,7 +49,7 @@
"dist"
],
"engines": {
"node": ">=10",
"node": "^10.12.0 || >=12.0.0",
"npm": ">=6",
"yarn": ">=1"
}
Expand Down

0 comments on commit 307cf39

Please sign in to comment.