@sxzz/eslint-config 7.7.1 → 7.7.2

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/dist/index.d.mts +1 -2
  2. package/package.json +3 -3
package/dist/index.d.mts CHANGED
@@ -3586,7 +3586,7 @@ interface Rules {
3586
3586
  */
3587
3587
  "quotes"?: Linter.RuleEntry<Quotes>;
3588
3588
  /**
3589
- * Enforce the use of the radix argument when using `parseInt()`
3589
+ * Enforce the consistent use of the radix argument when using `parseInt()`
3590
3590
  * @see https://eslint.org/docs/latest/rules/radix
3591
3591
  */
3592
3592
  "radix"?: Linter.RuleEntry<Radix>;
@@ -8782,7 +8782,6 @@ type MaxParams = [] | [(number | {
8782
8782
  maximum?: number;
8783
8783
  max?: number;
8784
8784
  countVoidThis?: boolean;
8785
- countThis?: ("never" | "except-void" | "always");
8786
8785
  })];
8787
8786
  type MaxStatements = [] | [(number | {
8788
8787
  maximum?: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sxzz/eslint-config",
3
3
  "type": "module",
4
- "version": "7.7.1",
4
+ "version": "7.7.2",
5
5
  "description": "ESLint config for @sxzz.",
6
6
  "author": "Kevin Deng <sxzz@sxzz.moe>",
7
7
  "license": "MIT",
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "dependencies": {
45
45
  "@eslint-community/eslint-plugin-eslint-comments": "^4.6.0",
46
- "@eslint/js": "^10.0.1",
46
+ "@eslint/js": "^9.39.2",
47
47
  "@eslint/markdown": "^7.5.1",
48
48
  "eslint-config-flat-gitignore": "^2.1.0",
49
49
  "eslint-config-prettier": "^10.1.8",
@@ -77,7 +77,7 @@
77
77
  "@typescript/native-preview": "7.0.0-dev.20260209.1",
78
78
  "@unocss/eslint-plugin": "^66.6.0",
79
79
  "bumpp": "^10.4.1",
80
- "eslint": "^10.0.0",
80
+ "eslint": "^9.39.2",
81
81
  "eslint-plugin-astro": "^1.5.0",
82
82
  "eslint-typegen": "^2.3.0",
83
83
  "prettier": "^3.8.1",