@saasmakers/eslint 0.1.44 → 0.1.45

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.
@@ -22637,7 +22637,8 @@ const config = [
22637
22637
  "sonarjs/cognitive-complexity": "off",
22638
22638
  "sonarjs/no-empty-test-file": "off",
22639
22639
  "sonarjs/no-hardcoded-passwords": "off",
22640
- "sonarjs/no-nested-conditional": "off"
22640
+ "sonarjs/no-nested-conditional": "off",
22641
+ "sonarjs/pseudo-random": "off"
22641
22642
  }
22642
22643
  },
22643
22644
  // Unicorn
@@ -22602,7 +22602,8 @@ const config = [
22602
22602
  "sonarjs/cognitive-complexity": "off",
22603
22603
  "sonarjs/no-empty-test-file": "off",
22604
22604
  "sonarjs/no-hardcoded-passwords": "off",
22605
- "sonarjs/no-nested-conditional": "off"
22605
+ "sonarjs/no-nested-conditional": "off",
22606
+ "sonarjs/pseudo-random": "off"
22606
22607
  }
22607
22608
  },
22608
22609
  // Unicorn
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saasmakers/eslint",
3
- "version": "0.1.44",
3
+ "version": "0.1.45",
4
4
  "private": false,
5
5
  "description": "Shared ESLint config and rules for SaaS Makers projects",
6
6
  "repository": {