@naturalcycles/dev-lib 13.32.0 → 13.32.1

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.
@@ -439,7 +439,9 @@ module.exports = {
439
439
  '@typescript-eslint/no-unnecessary-qualifier': 2,
440
440
  '@typescript-eslint/prefer-enum-initializers': 2,
441
441
  '@typescript-eslint/prefer-literal-enum-member': 2,
442
- '@typescript-eslint/prefer-reduce-type-parameter': 2,
442
+ '@typescript-eslint/prefer-reduce-type-parameter': 0, // gives ts compilation error
443
443
  '@typescript-eslint/prefer-nullish-coalescing': 0, // we prefer `||` actually
444
+ '@typescript-eslint/dot-notation': 0, // not always desireable
445
+ '@typescript-eslint/consistent-indexed-object-style': 0, // Record looses the name of the key
444
446
  },
445
447
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naturalcycles/dev-lib",
3
- "version": "13.32.0",
3
+ "version": "13.32.1",
4
4
  "scripts": {
5
5
  "prepare": "husky install",
6
6
  "tsn-debug": "tsn testScript.ts",