We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a55022 commit f0d4668Copy full SHA for f0d4668
.travis.yml
@@ -11,6 +11,8 @@ node_js:
11
install: npm install
12
script:
13
- npm run validate
14
+ - npm i -D eslint@7
15
+ - npm run test -- --no-watch
16
- npx codecov@3
17
branches:
18
only:
package.json
@@ -35,11 +35,12 @@
35
"requireindex": "^1.2.0"
36
},
37
"devDependencies": {
38
+ "eslint": "6.8",
39
"jest-extended": "^0.11.5",
40
"kcd-scripts": "^6.0.0"
41
42
"peerDependencies": {
- "eslint": "^7.0.0"
43
+ "eslint": ">=6.8"
44
45
"eslintConfig": {
46
"extends": "./node_modules/kcd-scripts/eslint.js",
0 commit comments