@naturalcycles/dev-lib 13.32.1 → 13.32.2

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.
@@ -432,6 +432,7 @@ module.exports = {
432
432
  2,
433
433
  {
434
434
  accessibility: 'no-public',
435
+ overrides: { parameterProperties: 'off' },
435
436
  },
436
437
  ],
437
438
  '@typescript-eslint/no-mixed-enums': 2,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naturalcycles/dev-lib",
3
- "version": "13.32.1",
3
+ "version": "13.32.2",
4
4
  "scripts": {
5
5
  "prepare": "husky install",
6
6
  "tsn-debug": "tsn testScript.ts",