Skip to content

Commit 64c9226

Browse files
feat: Support ESLint 7.x (#46)
BREAKING CHANGE: Requires Node@^10.12.x || 12.x BREAKING CHANGE: Requires ESLint@^7.x
1 parent 800c370 commit 64c9226

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ notifications:
44
email: false
55
node_js:
66
- 10
7+
- 12.0
78
- 12
89
- 14
910
- node

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"kcd-scripts": "^6.0.0"
3939
},
4040
"peerDependencies": {
41-
"eslint": ">=6"
41+
"eslint": "^7.0.0"
4242
},
4343
"eslintConfig": {
4444
"extends": "./node_modules/kcd-scripts/eslint.js"
@@ -49,7 +49,7 @@
4949
"dist"
5050
],
5151
"engines": {
52-
"node": ">=10",
52+
"node": "^10.12.0 || >=12.0.0",
5353
"npm": ">=6",
5454
"yarn": ">=1"
5555
}

0 commit comments

Comments
 (0)