@naturalcycles/dev-lib 12.20.0 → 12.20.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.
@@ -314,7 +314,7 @@ module.exports = {
314
314
  { vars: 'all', varsIgnorePattern: '^_', args: 'after-used', argsIgnorePattern: '^_' },
315
315
  ],
316
316
  '@typescript-eslint/no-duplicate-enum-values': 2,
317
- '@typescript-eslint/no-redundant-type-constituents': 2,
317
+ '@typescript-eslint/no-redundant-type-constituents': 0, // `'a' | string` is still useful for DX
318
318
  '@typescript-eslint/no-empty-function': 0,
319
319
  '@typescript-eslint/no-var-requires': 0,
320
320
  '@typescript-eslint/no-explicit-any': 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naturalcycles/dev-lib",
3
- "version": "12.20.0",
3
+ "version": "12.20.1",
4
4
  "scripts": {
5
5
  "prepare": "husky install",
6
6
  "tsn-debug": "tsn testScript.ts",