@@ -229,6 +229,7 @@ rules:
229
229
no-empty-character-class : [2]
230
230
no-empty-function : [0]
231
231
no-empty-pattern : [2]
232
+ no-empty-static-block : [2]
232
233
no-empty : [2, {allowEmptyCatch: true}]
233
234
no-eq-null : [2]
234
235
no-eval : [2]
@@ -269,6 +270,7 @@ rules:
269
270
no-negated-condition : [0]
270
271
no-nested-ternary : [0]
271
272
no-new-func : [2]
273
+ no-new-native-nonconstructor : [2]
272
274
no-new-object : [2]
273
275
no-new-symbol : [2]
274
276
no-new-wrappers : [2]
@@ -443,6 +445,7 @@ rules:
443
445
unicorn/no-invalid-remove-event-listener : [2]
444
446
unicorn/no-keyword-prefix : [0]
445
447
unicorn/no-lonely-if : [2]
448
+ unicorn/no-negated-condition : [0]
446
449
unicorn/no-nested-ternary : [0]
447
450
unicorn/no-new-array : [0]
448
451
unicorn/no-new-buffer : [0]
@@ -453,6 +456,7 @@ rules:
453
456
unicorn/no-static-only-class : [2]
454
457
unicorn/no-thenable : [2]
455
458
unicorn/no-this-assignment : [2]
459
+ unicorn/no-typeof-undefined : [2]
456
460
unicorn/no-unnecessary-await : [2]
457
461
unicorn/no-unreadable-array-destructuring : [0]
458
462
unicorn/no-unreadable-iife : [2]
@@ -503,6 +507,7 @@ rules:
503
507
unicorn/prefer-regexp-test : [2]
504
508
unicorn/prefer-replace-all : [0]
505
509
unicorn/prefer-set-has : [0]
510
+ unicorn/prefer-set-size : [2]
506
511
unicorn/prefer-spread : [0]
507
512
unicorn/prefer-starts-ends-with : [2]
508
513
unicorn/prefer-string-slice : [0]
0 commit comments