File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ var color = true
7
7
8
8
try {
9
9
color = 'inspect' in require ( 'util' )
10
- } catch ( error ) {
10
+ } catch ( _ ) {
11
11
/* istanbul ignore next - browser */
12
12
color = false
13
13
}
Original file line number Diff line number Diff line change 30
30
"dtslint" : " ^1.0.2" ,
31
31
"nyc" : " ^14.0.0" ,
32
32
"prettier" : " ^1.0.0" ,
33
- "remark-cli" : " ^6 .0.0" ,
34
- "remark-preset-wooorm" : " ^5 .0.0" ,
35
- "retext" : " ^6 .0.0" ,
33
+ "remark-cli" : " ^7 .0.0" ,
34
+ "remark-preset-wooorm" : " ^6 .0.0" ,
35
+ "retext" : " ^7 .0.0" ,
36
36
"strip-ansi" : " ^5.0.0" ,
37
37
"tape" : " ^4.0.0" ,
38
38
"tinyify" : " ^2.0.0" ,
39
- "xo" : " ^0.24 .0"
39
+ "xo" : " ^0.25 .0"
40
40
},
41
41
"scripts" : {
42
42
"format" : " remark . -qfo && prettier --write \" **/*.js\" && xo --fix" ,
60
60
"prettier" : true ,
61
61
"esnext" : false ,
62
62
"rules" : {
63
- "guard-for-in" : " off"
63
+ "guard-for-in" : " off" ,
64
+ "unicorn/prefer-includes" : " off"
64
65
},
65
66
"ignore" : [
66
67
" unist-util-inspect.js"
You can’t perform that action at this time.
0 commit comments