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
77
88try {
99 color = 'inspect' in require ( 'util' )
10- } catch ( error ) {
10+ } catch ( _ ) {
1111 /* istanbul ignore next - browser */
1212 color = false
1313}
Original file line number Diff line number Diff line change 3030 "dtslint" : " ^1.0.2" ,
3131 "nyc" : " ^14.0.0" ,
3232 "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" ,
3636 "strip-ansi" : " ^5.0.0" ,
3737 "tape" : " ^4.0.0" ,
3838 "tinyify" : " ^2.0.0" ,
39- "xo" : " ^0.24 .0"
39+ "xo" : " ^0.25 .0"
4040 },
4141 "scripts" : {
4242 "format" : " remark . -qfo && prettier --write \" **/*.js\" && xo --fix" ,
6060 "prettier" : true ,
6161 "esnext" : false ,
6262 "rules" : {
63- "guard-for-in" : " off"
63+ "guard-for-in" : " off" ,
64+ "unicorn/prefer-includes" : " off"
6465 },
6566 "ignore" : [
6667 " unist-util-inspect.js"
You can’t perform that action at this time.
0 commit comments