@naturalcycles/dev-lib 13.51.1 → 13.51.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cfg/eslint-rules.js +2 -0
- package/package.json +1 -1
package/cfg/eslint-rules.js
CHANGED
|
@@ -354,6 +354,8 @@ module.exports = {
|
|
|
354
354
|
'unicorn/no-array-push-push': 0,
|
|
355
355
|
'unicorn/no-abusive-eslint-disable': 0,
|
|
356
356
|
'unicorn/no-negated-condition': 0,
|
|
357
|
+
'unicorn/no-array-method-this-argument': 0, // bug: wrongly removes`readable.flatMap` concurrency option
|
|
358
|
+
'unicorn/prefer-array-flat': 0, // bug: messes up with `readable.flatMap`
|
|
357
359
|
'unicorn/number-literal-case': 0, // conflicts with prettier
|
|
358
360
|
'unicorn/prevent-abbreviations': 0,
|
|
359
361
|
'unicorn/prefer-module': 0,
|