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