Skip to content

Commit f0d4668

Browse files
authored
chore: support eslint 6.8 and 7 (#77)
* chore: support eslint 6.8 and 7 * only test after updating lint * fixed typo
1 parent 8a55022 commit f0d4668

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ node_js:
1111
install: npm install
1212
script:
1313
- npm run validate
14+
- npm i -D eslint@7
15+
- npm run test -- --no-watch
1416
- npx codecov@3
1517
branches:
1618
only:

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,12 @@
3535
"requireindex": "^1.2.0"
3636
},
3737
"devDependencies": {
38+
"eslint": "6.8",
3839
"jest-extended": "^0.11.5",
3940
"kcd-scripts": "^6.0.0"
4041
},
4142
"peerDependencies": {
42-
"eslint": "^7.0.0"
43+
"eslint": ">=6.8"
4344
},
4445
"eslintConfig": {
4546
"extends": "./node_modules/kcd-scripts/eslint.js",

0 commit comments

Comments
 (0)