@saasmakers/eslint 0.1.39 → 0.1.40

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.
@@ -22644,6 +22644,7 @@ const config = [
22644
22644
  {
22645
22645
  rules: {
22646
22646
  "unicorn/filename-case": "off",
22647
+ "unicorn/no-null": "off",
22647
22648
  "unicorn/prevent-abbreviations": "off"
22648
22649
  }
22649
22650
  },
@@ -22609,6 +22609,7 @@ const config = [
22609
22609
  {
22610
22610
  rules: {
22611
22611
  "unicorn/filename-case": "off",
22612
+ "unicorn/no-null": "off",
22612
22613
  "unicorn/prevent-abbreviations": "off"
22613
22614
  }
22614
22615
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saasmakers/eslint",
3
- "version": "0.1.39",
3
+ "version": "0.1.40",
4
4
  "private": false,
5
5
  "description": "Shared ESLint config and rules for SaaS Makers projects",
6
6
  "repository": {