@saasmakers/eslint 0.1.33 → 0.1.34

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.
@@ -22453,6 +22453,7 @@ const config = [
22453
22453
  "**/.nuxt",
22454
22454
  "**/.output",
22455
22455
  "**/.turbo",
22456
+ "**/ace.js",
22456
22457
  "**/android",
22457
22458
  "**/build",
22458
22459
  "**/coverage",
@@ -22421,6 +22421,7 @@ const config = [
22421
22421
  "**/.nuxt",
22422
22422
  "**/.output",
22423
22423
  "**/.turbo",
22424
+ "**/ace.js",
22424
22425
  "**/android",
22425
22426
  "**/build",
22426
22427
  "**/coverage",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saasmakers/eslint",
3
- "version": "0.1.33",
3
+ "version": "0.1.34",
4
4
  "private": false,
5
5
  "description": "Shared ESLint config and rules for SaaS Makers projects",
6
6
  "repository": {