@saasmakers/eslint 0.1.47 → 0.1.48

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.
@@ -22493,8 +22493,8 @@ const config = [
22493
22493
  "playwright.config.ts",
22494
22494
  "uno.config.ts"
22495
22495
  ]
22496
- },
22497
- tsconfigRootDir: undefined
22496
+ }
22497
+ // tsconfigRootDir: import.meta.dirname,
22498
22498
  }
22499
22499
  },
22500
22500
  rules: {
@@ -22458,8 +22458,8 @@ const config = [
22458
22458
  "playwright.config.ts",
22459
22459
  "uno.config.ts"
22460
22460
  ]
22461
- },
22462
- tsconfigRootDir: import.meta.dirname
22461
+ }
22462
+ // tsconfigRootDir: import.meta.dirname,
22463
22463
  }
22464
22464
  },
22465
22465
  rules: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saasmakers/eslint",
3
- "version": "0.1.47",
3
+ "version": "0.1.48",
4
4
  "private": false,
5
5
  "description": "Shared ESLint config and rules for SaaS Makers projects",
6
6
  "repository": {