@saasmakers/eslint 0.1.49 → 0.1.51

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.
@@ -22489,9 +22489,11 @@ const config = [
22489
22489
  parser: tseslint__default.parser,
22490
22490
  projectService: {
22491
22491
  allowDefaultProject: [
22492
- "capacitor.config.ts",
22493
- "playwright.config.ts",
22494
- "uno.config.ts"
22492
+ // Could not find a nicer way to do this, feel free to improve
22493
+ "../../../../../../../apps/web/capacitor.config.ts",
22494
+ "../../../../../../../apps/web/playwright.config.ts",
22495
+ "../../../../../../../apps/web/tests/*.spec.ts",
22496
+ "../../../../../../../apps/web/uno.config.ts"
22495
22497
  ]
22496
22498
  }
22497
22499
  }
@@ -22454,9 +22454,11 @@ const config = [
22454
22454
  parser: tseslint.parser,
22455
22455
  projectService: {
22456
22456
  allowDefaultProject: [
22457
- "capacitor.config.ts",
22458
- "playwright.config.ts",
22459
- "uno.config.ts"
22457
+ // Could not find a nicer way to do this, feel free to improve
22458
+ "../../../../../../../apps/web/capacitor.config.ts",
22459
+ "../../../../../../../apps/web/playwright.config.ts",
22460
+ "../../../../../../../apps/web/tests/*.spec.ts",
22461
+ "../../../../../../../apps/web/uno.config.ts"
22460
22462
  ]
22461
22463
  }
22462
22464
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saasmakers/eslint",
3
- "version": "0.1.49",
3
+ "version": "0.1.51",
4
4
  "private": false,
5
5
  "description": "Shared ESLint config and rules for SaaS Makers projects",
6
6
  "repository": {