File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ module.exports = {
148
148
'no-new-func' : 'error' ,
149
149
'no-new-wrappers' : 'error' ,
150
150
'no-nonoctal-decimal-escape' : 'error' ,
151
+ 'no-object-constructor' : 'error' ,
151
152
'no-new' : 'error' ,
152
153
'no-octal-escape' : 'error' ,
153
154
'no-octal' : 'error' ,
@@ -400,7 +401,6 @@ module.exports = {
400
401
} ,
401
402
] ,
402
403
'no-negated-condition' : 'error' ,
403
- 'no-new-object' : 'error' ,
404
404
'no-whitespace-before-property' : 'error' ,
405
405
'no-trailing-spaces' : 'error' ,
406
406
'no-unneeded-ternary' : 'error' ,
Original file line number Diff line number Diff line change 53
53
},
54
54
"devDependencies" : {
55
55
"ava" : " ^2.4.0" ,
56
- "eslint" : " ^8.27 .0" ,
56
+ "eslint" : " ^8.50 .0" ,
57
57
"is-plain-obj" : " ^3.0.0"
58
58
},
59
59
"peerDependencies" : {
60
- "eslint" : " >=8.27 .0"
60
+ "eslint" : " >=8.50 .0"
61
61
}
62
62
}
You can’t perform that action at this time.
0 commit comments