@@ -185,6 +185,7 @@ rules:
185
185
linebreak-style : [2, unix]
186
186
lines-around-comment : [0]
187
187
lines-between-class-members : [0]
188
+ logical-assignment-operators : [0]
188
189
max-classes-per-file : [0]
189
190
max-depth : [0]
190
191
max-len : [0]
@@ -245,7 +246,7 @@ rules:
245
246
no-floating-decimal : [0]
246
247
no-func-assign : [2]
247
248
no-global-assign : [2]
248
- no-implicit-coercion : [0 ]
249
+ no-implicit-coercion : [2 ]
249
250
no-implicit-globals : [0]
250
251
no-implied-eval : [2]
251
252
no-import-assign : [2]
@@ -322,7 +323,7 @@ rules:
322
323
no-unused-private-class-members : [2]
323
324
no-unused-vars : [2, {args: all, argsIgnorePattern: ^_, varsIgnorePattern: ^_, caughtErrorsIgnorePattern: ^_, destructuredArrayIgnorePattern: ^_, ignoreRestSiblings: false}]
324
325
no-use-before-define : [2, {functions: false, classes: true, variables: true, allowNamedExports: true}]
325
- no-useless-backreference : [0 ]
326
+ no-useless-backreference : [2 ]
326
327
no-useless-call : [2]
327
328
no-useless-catch : [2]
328
329
no-useless-computed-key : [2]
@@ -353,7 +354,7 @@ rules:
353
354
prefer-named-capture-group : [0]
354
355
prefer-numeric-literals : [2]
355
356
prefer-object-has-own : [0]
356
- prefer-object-spread : [0 ]
357
+ prefer-object-spread : [2 ]
357
358
prefer-promise-reject-errors : [2, {allowEmptyReject: false}]
358
359
prefer-regex-literals : [2]
359
360
prefer-rest-params : [2]
@@ -455,6 +456,7 @@ rules:
455
456
unicorn/no-static-only-class : [2]
456
457
unicorn/no-thenable : [2]
457
458
unicorn/no-this-assignment : [2]
459
+ unicorn/no-unnecessary-await : [2]
458
460
unicorn/no-unreadable-array-destructuring : [0]
459
461
unicorn/no-unreadable-iife : [2]
460
462
unicorn/no-unsafe-regex : [0]
@@ -519,6 +521,7 @@ rules:
519
521
unicorn/require-number-to-fixed-digits-argument : [2]
520
522
unicorn/require-post-message-target-origin : [0]
521
523
unicorn/string-content : [0]
524
+ unicorn/switch-case-braces : [0]
522
525
unicorn/template-indent : [2]
523
526
unicorn/text-encoding-identifier-case : [0]
524
527
unicorn/throw-new-error : [2]
0 commit comments