@frsource/eslint-config 1.48.0 → 1.50.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.
Files changed (2) hide show
  1. package/javascript.d.mts +3 -1
  2. package/package.json +6 -6
package/javascript.d.mts CHANGED
@@ -1,4 +1,6 @@
1
1
  /** @type { import("eslint").Linter.Config[] } */
2
2
  export const overrides: import("eslint").Linter.Config[];
3
- declare const _default: any[];
3
+ declare const _default: (import("eslint").Linter.Config<import("eslint").Linter.RulesRecord> | {
4
+ readonly rules: Readonly<import("eslint").Linter.RulesRecord>;
5
+ })[];
4
6
  export default _default;
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@frsource/eslint-config",
3
- "version": "1.48.0",
3
+ "version": "1.50.0",
4
4
  "main": "index.mjs",
5
5
  "types": "index.d.mts",
6
6
  "type": "module",
7
7
  "dependencies": {
8
8
  "@eslint/js": "^9.1.1",
9
- "@typescript-eslint/eslint-plugin": "8.32.0",
10
- "@typescript-eslint/parser": "8.32.0",
11
- "eslint-config-prettier": "9.1.0",
9
+ "@typescript-eslint/eslint-plugin": "8.32.1",
10
+ "@typescript-eslint/parser": "8.32.1",
11
+ "eslint-config-prettier": "10.1.5",
12
12
  "globals": "^15.0.0",
13
13
  "typescript-eslint": "^8.0.0"
14
14
  },
@@ -18,8 +18,8 @@
18
18
  "prettier": "^3.2.5",
19
19
  "release-it": "^19.0.0",
20
20
  "typescript": "^5.4.5",
21
- "@frsource/prettier-config": "1.28.0",
22
- "@frsource/release-it-config": "1.36.0"
21
+ "@frsource/prettier-config": "1.29.0",
22
+ "@frsource/release-it-config": "1.37.0"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "eslint": ">= 9",