@naturalcycles/dev-lib 13.11.1 → 13.11.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.
@@ -336,6 +336,7 @@ module.exports = {
336
336
  'unicorn/no-process-exit': 0,
337
337
  'unicorn/no-array-push-push': 0,
338
338
  'unicorn/no-abusive-eslint-disable': 0,
339
+ 'unicorn/no-negated-condition': 0,
339
340
  'unicorn/number-literal-case': 0, // conflicts with prettier
340
341
  'unicorn/prevent-abbreviations': 0,
341
342
  'unicorn/prefer-module': 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naturalcycles/dev-lib",
3
- "version": "13.11.1",
3
+ "version": "13.11.2",
4
4
  "scripts": {
5
5
  "prepare": "husky install",
6
6
  "tsn-debug": "tsn testScript.ts",