File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -112,9 +112,10 @@ module.exports = {
112
112
metaNode ||
113
113
ruleInfo . create ,
114
114
115
+ // eslint-disable-next-line unicorn/no-negated-condition -- actually more clear like this
115
116
messageId : ! urlPropNode
116
117
? 'missing'
117
- : // eslint-disable-next-line unicorn/no-nested-ternary -- this is fine for now
118
+ : // eslint-disable-next-line unicorn/no-nested-ternary,unicorn/no-negated-condition -- this is fine for now
118
119
! expectedUrl
119
120
? 'wrongType'
120
121
: /* otherwise */ 'mismatch' ,
Original file line number Diff line number Diff line change 63
63
"eslint-plugin-markdown" : " ^3.0.0" ,
64
64
"eslint-plugin-node" : " ^11.1.0" ,
65
65
"eslint-plugin-prettier" : " ^4.2.1" ,
66
- "eslint-plugin-unicorn" : " ^44 .0.0 " ,
66
+ "eslint-plugin-unicorn" : " ^45 .0.2 " ,
67
67
"eslint-remote-tester" : " ^3.0.0" ,
68
68
"eslint-scope" : " ^7.1.1" ,
69
69
"espree" : " ^9.4.0" ,
You can’t perform that action at this time.
0 commit comments