File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 38
38
"browserify" : " ^16.0.0" ,
39
39
"is-hidden" : " ^1.0.0" ,
40
40
"negate" : " ^1.0.0" ,
41
- "nyc" : " ^14 .0.0" ,
41
+ "nyc" : " ^15 .0.0" ,
42
42
"parse-dutch" : " ^4.0.0" ,
43
43
"parse-english" : " ^4.0.0" ,
44
44
"parse-latin" : " ^4.0.0" ,
45
45
"prettier" : " ^1.0.0" ,
46
- "remark" : " ^10 .0.0" ,
47
- "remark-cli" : " ^6 .0.0" ,
46
+ "remark" : " ^11 .0.0" ,
47
+ "remark-cli" : " ^7 .0.0" ,
48
48
"remark-frontmatter" : " ^1.0.0" ,
49
- "remark-preset-wooorm" : " ^5 .0.0" ,
49
+ "remark-preset-wooorm" : " ^6 .0.0" ,
50
50
"tape" : " ^4.0.0" ,
51
51
"tinyify" : " ^2.0.0" ,
52
52
"vfile" : " ^4.0.0" ,
53
- "xo" : " ^0.24 .0"
53
+ "xo" : " ^0.26 .0"
54
54
},
55
55
"scripts" : {
56
56
"format" : " remark *.md -qfo && prettier --write \" **/*.js\" && xo --fix" ,
78
78
"xo" : {
79
79
"prettier" : true ,
80
80
"esnext" : false ,
81
+ "rules" : {
82
+ "unicorn/prefer-includes" : " off"
83
+ },
81
84
"ignores" : [
82
85
" mdast-util-to-nlcst.js"
83
86
]
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ test('Fixtures', function(t) {
146
146
147
147
try {
148
148
options = JSON . parse ( read ( join ( filepath , 'options.json' ) ) )
149
- } catch ( error ) { }
149
+ } catch ( _ ) { }
150
150
151
151
t . deepEqual (
152
152
toNLCST (
You can’t perform that action at this time.
0 commit comments