@naturalcycles/dev-lib 13.51.2 → 13.52.0

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.
@@ -355,6 +355,7 @@ module.exports = {
355
355
  'unicorn/no-abusive-eslint-disable': 0,
356
356
  'unicorn/no-negated-condition': 0,
357
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`
358
359
  'unicorn/number-literal-case': 0, // conflicts with prettier
359
360
  'unicorn/prevent-abbreviations': 0,
360
361
  'unicorn/prefer-module': 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naturalcycles/dev-lib",
3
- "version": "13.51.2",
3
+ "version": "13.52.0",
4
4
  "scripts": {
5
5
  "prepare": "husky",
6
6
  "tsn-debug": "tsn testScript.ts",
@@ -44,7 +44,7 @@
44
44
  "eslint-plugin-import": "^2.22.1",
45
45
  "eslint-plugin-jest": "^28.0.0",
46
46
  "eslint-plugin-jsdoc": "^48.0.1",
47
- "eslint-plugin-unicorn": "^52.0.0",
47
+ "eslint-plugin-unicorn": "^53.0.0",
48
48
  "eslint-plugin-unused-imports": "^3.0.0",
49
49
  "eslint-plugin-vue": "^9.0.0",
50
50
  "expect-type": "^0.19.0",