File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 22
22
"files" : [
23
23
" index.js"
24
24
],
25
- "dependencies" : {},
26
25
"devDependencies" : {
27
26
"browserify" : " ^17.0.0" ,
28
27
"nyc" : " ^15.0.0" ,
31
30
"remark-preset-wooorm" : " ^8.0.0" ,
32
31
"tape" : " ^5.0.0" ,
33
32
"tinyify" : " ^3.0.0" ,
34
- "xo" : " ^0.34 .0"
33
+ "xo" : " ^0.38 .0"
35
34
},
36
35
"scripts" : {
37
36
"format" : " remark . -qfo && prettier . -w --loglevel warn && xo --fix" ,
54
53
"prettier" : true ,
55
54
"esnext" : false ,
56
55
"rules" : {
56
+ "unicorn/no-this-assignment" : " off" ,
57
57
"unicorn/prefer-type-error" : " off"
58
58
}
59
59
},
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ test('iterate()', function (t) {
83
83
84
84
t . test ( 'should ignore missing values' , function ( st ) {
85
85
var magicNumber = 10
86
+ // eslint-disable-next-line unicorn/no-new-array
86
87
var list = new Array ( magicNumber )
87
88
var n
88
89
You can’t perform that action at this time.
0 commit comments