@naturalcycles/dev-lib 12.19.3 → 12.20.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.
@@ -181,6 +181,7 @@ module.exports = {
181
181
  'no-cond-assign': 2,
182
182
  'no-const-assign': 2,
183
183
  'no-constant-condition': 2,
184
+ 'no-constant-binary-expression': 2,
184
185
  'no-control-regex': 2,
185
186
  'no-debugger': 2,
186
187
  'no-delete-var': 2,
@@ -312,6 +313,8 @@ module.exports = {
312
313
  2,
313
314
  { vars: 'all', varsIgnorePattern: '^_', args: 'after-used', argsIgnorePattern: '^_' },
314
315
  ],
316
+ '@typescript-eslint/no-duplicate-enum-values': 2,
317
+ '@typescript-eslint/no-redundant-type-constituents': 2,
315
318
  '@typescript-eslint/no-empty-function': 0,
316
319
  '@typescript-eslint/no-var-requires': 0,
317
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.19.3",
3
+ "version": "12.20.0",
4
4
  "scripts": {
5
5
  "prepare": "husky install",
6
6
  "tsn-debug": "tsn testScript.ts",