@@ -268,7 +268,7 @@ module.exports = {
268
268
'unicorn/better-regex' : [ 2 , { sortCharacterClasses : false } ] ,
269
269
// Too strict
270
270
'unicorn/no-null' : 0 ,
271
- 'unicorn/no-reduce' : 0 ,
271
+ 'unicorn/no-array- reduce' : 0 ,
272
272
// This rule gives too many false positives
273
273
'unicorn/prevent-abbreviations' : 0 ,
274
274
// Conflicts with Prettier sometimes
@@ -277,13 +277,13 @@ module.exports = {
277
277
'unicorn/no-unreadable-array-destructuring' : 0 ,
278
278
// Not useful for us
279
279
'unicorn/expiring-todo-comments' : 0 ,
280
- 'unicorn/no-fn-reference-in-iterator ' : 0 ,
280
+ 'unicorn/no-array-callback-reference ' : 0 ,
281
281
// TODO: enable those rules
282
282
'unicorn/no-process-exit' : 0 ,
283
283
'unicorn/import-style' : 0 ,
284
284
// TODO: enable after dropping Node 8 support
285
285
'unicorn/prefer-optional-catch-binding' : 0 ,
286
- 'unicorn/prefer-trim-start-end' : 0 ,
286
+ 'unicorn/prefer-string- trim-start-end' : 0 ,
287
287
// TODO: enable after dropping Node <12 support
288
288
'unicorn/numeric-separators-style' : 0 ,
289
289
} ,
0 commit comments