@fabdeh/eslint-config 0.11.0 → 0.11.1

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 +5 -4
package/dist/index.d.mts CHANGED
@@ -4814,7 +4814,7 @@ interface DefaultRuleOptions {
4814
4814
  */
4815
4815
  'quotes'?: Linter.RuleEntry<Quotes$3>;
4816
4816
  /*
4817
- * Enforce the use of the radix argument when using `parseInt()`
4817
+ * Enforce the consistent use of the radix argument when using `parseInt()`
4818
4818
  * @see https://eslint.org/docs/latest/rules/radix
4819
4819
  */
4820
4820
  'radix'?: Linter.RuleEntry<Radix>;
@@ -5698,7 +5698,6 @@ type MaxParams$1 = [] | [(number | {
5698
5698
  maximum?: number;
5699
5699
  max?: number;
5700
5700
  countVoidThis?: boolean;
5701
- countThis?: ("never" | "except-void" | "always");
5702
5701
  })]; // ----- max-statements -----
5703
5702
  type MaxStatements = [] | [(number | {
5704
5703
  maximum?: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fabdeh/eslint-config",
3
3
  "type": "module",
4
- "version": "0.11.0",
4
+ "version": "0.11.1",
5
5
  "description": "My personal eslint config preset",
6
6
  "author": {
7
7
  "name": "Fabien Dehopré",
@@ -36,7 +36,7 @@
36
36
  "dist"
37
37
  ],
38
38
  "peerDependencies": {
39
- "eslint": "^9.38.0 || ^10.0.0",
39
+ "eslint": "^9.38.0",
40
40
  "eslint-plugin-better-tailwindcss": "^4.3.2",
41
41
  "eslint-plugin-erasable-syntax-only": "^0.4.0"
42
42
  },
@@ -107,12 +107,13 @@
107
107
  "change-case": "^5.4.4",
108
108
  "changelogithub": "^14.0.0",
109
109
  "commitizen": "^4.3.1",
110
- "eslint": "^10.1.0",
110
+ "eslint": "^9.38.0",
111
111
  "eslint-plugin-better-tailwindcss": "^4.3.2",
112
112
  "eslint-plugin-erasable-syntax-only": "^0.4.0",
113
113
  "eslint-typegen": "^2.3.1",
114
114
  "execa": "^9.6.1",
115
115
  "fs-extra": "^11.3.4",
116
+ "inquirer": "^9.0.0",
116
117
  "is-ci": "^4.1.0",
117
118
  "jiti": "^2.6.1",
118
119
  "nano-staged": "^1.0.0",
@@ -124,7 +125,7 @@
124
125
  "tsx": "^4.21.0",
125
126
  "typescript": "^5.9.3",
126
127
  "vitest": "^4.1.2",
127
- "@fabdeh/eslint-config": "0.11.0"
128
+ "@fabdeh/eslint-config": "0.11.1"
128
129
  },
129
130
  "simple-git-hooks": {
130
131
  "pre-commit": "pnpm nano-staged",