@saasmakers/eslint 0.1.39 → 0.1.41

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.
@@ -22635,6 +22635,7 @@ const config = [
22635
22635
  sonarjs__default.configs.recommended,
22636
22636
  {
22637
22637
  rules: {
22638
+ "sonarjs/cognitive-complexity": "off",
22638
22639
  "sonarjs/no-empty-test-file": "off",
22639
22640
  "sonarjs/no-hardcoded-passwords": "off"
22640
22641
  }
@@ -22644,6 +22645,7 @@ const config = [
22644
22645
  {
22645
22646
  rules: {
22646
22647
  "unicorn/filename-case": "off",
22648
+ "unicorn/no-null": "off",
22647
22649
  "unicorn/prevent-abbreviations": "off"
22648
22650
  }
22649
22651
  },
@@ -22600,6 +22600,7 @@ const config = [
22600
22600
  sonarjs.configs.recommended,
22601
22601
  {
22602
22602
  rules: {
22603
+ "sonarjs/cognitive-complexity": "off",
22603
22604
  "sonarjs/no-empty-test-file": "off",
22604
22605
  "sonarjs/no-hardcoded-passwords": "off"
22605
22606
  }
@@ -22609,6 +22610,7 @@ const config = [
22609
22610
  {
22610
22611
  rules: {
22611
22612
  "unicorn/filename-case": "off",
22613
+ "unicorn/no-null": "off",
22612
22614
  "unicorn/prevent-abbreviations": "off"
22613
22615
  }
22614
22616
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saasmakers/eslint",
3
- "version": "0.1.39",
3
+ "version": "0.1.41",
4
4
  "private": false,
5
5
  "description": "Shared ESLint config and rules for SaaS Makers projects",
6
6
  "repository": {