Commit 3825c88 1 parent 4b6e9df commit 3825c88 Copy full SHA for 3825c88
File tree 2 files changed +16
-5
lines changed
2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ language: node_js
3
3
notifications :
4
4
email : false
5
5
node_js :
6
+ - ' 16'
6
7
- ' 14'
7
8
- ' 12'
8
- - ' 10'
9
9
before_install :
10
10
- nvm install-latest-npm
11
11
before_script :
@@ -18,6 +18,7 @@ after_success:
18
18
- npm run travis-after-all
19
19
env :
20
20
matrix :
21
+ - ESLINT=8
21
22
- ESLINT=7
22
23
- ESLINT=6
23
24
- ESLINT=5 AJV=6
@@ -29,6 +30,16 @@ matrix:
29
30
env : LINTONLY=true
30
31
- node_js : " 14"
31
32
env : ESLINT=7.7
33
+ - node_js : " 10"
34
+ env : ESLINT=7
35
+ - node_js : " 10"
36
+ env : ESLINT=6
37
+ - node_js : " 10"
38
+ env : ESLINT=5 AJV=6
39
+ - node_js : " 10"
40
+ env : ESLINT=4 AJV=5
41
+ - node_js : " 10"
42
+ env : ESLINT=3
32
43
- node_js : " 8"
33
44
env : ESLINT=6
34
45
- node_js : " 8"
Original file line number Diff line number Diff line change 30
30
],
31
31
"license" : " MIT" ,
32
32
"dependencies" : {
33
- "@eslint/eslintrc" : " ^0.1.3 " ,
33
+ "@eslint/eslintrc" : " ^0.4.3 || ^1.0.0 " ,
34
34
"cliui" : " ^3.2.0" ,
35
35
"eslint-rule-documentation" : " ^1.0.23" ,
36
36
"glob" : " ^7.1.6" ,
48
48
"codecov" : " ^2.3.1" ,
49
49
"commitizen" : " ^2.10.1" ,
50
50
"cz-conventional-changelog" : " ^2.1.0" ,
51
- "eslint" : " ^3.12.0 || ^4 || ^5 || ^6 || ^7" ,
52
- "eslint-plugin-json" : " ^2 .1.2 " ,
51
+ "eslint" : " ^3.12.0 || ^4 || ^5 || ^6 || ^7 || ^8 " ,
52
+ "eslint-plugin-json" : " ^3 .1.0 " ,
53
53
"ghooks" : " ^2.0.4" ,
54
54
"mocha" : " ^3.5.3" ,
55
55
"npm-run-all" : " ^4.1.5" ,
62
62
"validate-commit-msg" : " ^2.14.0"
63
63
},
64
64
"peerDependencies" : {
65
- "eslint" : " ^3.12.0 || ^4 || ^5 || ^6 || ^7"
65
+ "eslint" : " ^3.12.0 || ^4 || ^5 || ^6 || ^7 || ^8 "
66
66
},
67
67
"nyc" : {
68
68
"exclude" : [
You can’t perform that action at this time.
0 commit comments