@saasmakers/eslint 0.1.45 → 0.1.46

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.
@@ -22487,7 +22487,14 @@ const config = [
22487
22487
  parserOptions: {
22488
22488
  extraFileExtensions: [".vue"],
22489
22489
  parser: tseslint__default.parser,
22490
- projectService: true,
22490
+ projectService: {
22491
+ allowDefaultProject: [
22492
+ "**/*.config.ts",
22493
+ "**/*.spec.ts",
22494
+ "**/*.test.ts",
22495
+ "**/tests/**/*.ts"
22496
+ ]
22497
+ },
22491
22498
  tsconfigRootDir: undefined
22492
22499
  }
22493
22500
  },
@@ -22452,7 +22452,14 @@ const config = [
22452
22452
  parserOptions: {
22453
22453
  extraFileExtensions: [".vue"],
22454
22454
  parser: tseslint.parser,
22455
- projectService: true,
22455
+ projectService: {
22456
+ allowDefaultProject: [
22457
+ "**/*.config.ts",
22458
+ "**/*.spec.ts",
22459
+ "**/*.test.ts",
22460
+ "**/tests/**/*.ts"
22461
+ ]
22462
+ },
22456
22463
  tsconfigRootDir: import.meta.dirname
22457
22464
  }
22458
22465
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saasmakers/eslint",
3
- "version": "0.1.45",
3
+ "version": "0.1.46",
4
4
  "private": false,
5
5
  "description": "Shared ESLint config and rules for SaaS Makers projects",
6
6
  "repository": {