@zthun/janitor-eslint-config 19.3.5 → 19.4.0

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.
@@ -1,5 +1,5 @@
1
1
  import { Linter } from 'eslint';
2
2
  export declare const environments: {
3
- browser: Linter.Config<Linter.RulesRecord>[];
4
- node: Linter.Config<Linter.RulesRecord>[];
3
+ browser: Linter.Config<import('@eslint/core', { with: { "resolution-mode": "require" } }).RulesConfig>[];
4
+ node: Linter.Config<import('@eslint/core', { with: { "resolution-mode": "require" } }).RulesConfig>[];
5
5
  };
@@ -1 +1 @@
1
- export declare const prettier: import("eslint").Linter.Config<import("eslint").Linter.RulesRecord>[];
1
+ export declare const prettier: import("eslint").Linter.Config<import('@eslint/core', { with: { "resolution-mode": "require" } }).RulesConfig>[];
@@ -1 +1 @@
1
- export declare const recommended: import("eslint").Linter.Config<import("eslint").Linter.RulesRecord>[];
1
+ export declare const recommended: import("eslint").Linter.Config<import('@eslint/core', { with: { "resolution-mode": "require" } }).RulesConfig>[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zthun/janitor-eslint-config",
3
- "version": "19.3.5",
3
+ "version": "19.4.0",
4
4
  "description": "A shared configuration for eslint for @zthun scoped projects.",
5
5
  "keywords": [
6
6
  "eslint",
@@ -28,20 +28,20 @@
28
28
  "dist"
29
29
  ],
30
30
  "dependencies": {
31
- "@eslint/js": "^9.37.0",
31
+ "@eslint/js": "^9.38.0",
32
32
  "eslint-config-prettier": "^10.1.8",
33
33
  "eslint-plugin-import": "^2.32.0",
34
34
  "eslint-plugin-prettier": "^5.5.4",
35
35
  "eslint-plugin-react": "^7.37.5",
36
36
  "globals": "^16.4.0",
37
- "typescript-eslint": "^8.45.0"
37
+ "typescript-eslint": "^8.46.2"
38
38
  },
39
39
  "devDependencies": {
40
- "@zthun/janitor-build-config": "^19.3.5",
41
- "eslint": "^9.37.0",
40
+ "@zthun/janitor-build-config": "^19.4.0",
41
+ "eslint": "^9.38.0",
42
42
  "prettier": "^3.6.2",
43
43
  "typescript": "~5.9.3",
44
- "vite": "^7.1.9"
44
+ "vite": "^7.1.11"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "eslint": "^9.0.0",
@@ -58,5 +58,5 @@
58
58
  "access": "public"
59
59
  },
60
60
  "author": "Anthony Bonta",
61
- "gitHead": "681769e1bed7d582404e5249e2735c7fc623e5c2"
61
+ "gitHead": "e8abf577d4fa50909d54bf64ca755cd744332986"
62
62
  }