@2digits/eslint-config 4.8.8 → 4.8.9

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 -1
  2. package/package.json +7 -7
package/dist/index.d.mts CHANGED
@@ -3388,7 +3388,7 @@ interface RuleOptions {
3388
3388
  */
3389
3389
  'react-extra/no-unused-class-component-members'?: Linter.RuleEntry<[]>;
3390
3390
  /**
3391
- * Warns about unused component prop declarations.
3391
+ * Warns component props that are defined but never used.
3392
3392
  * @see https://eslint-react.xyz/docs/rules/no-unused-props
3393
3393
  */
3394
3394
  'react-extra/no-unused-props'?: Linter.RuleEntry<[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2digits/eslint-config",
3
- "version": "4.8.8",
3
+ "version": "4.8.9",
4
4
  "description": "Effortlessly enforce best practices and catch errors with this comprehensive ESLint configuration for TypeScript, featuring popular plugins like @typescript-eslint, eslint-plugin-react, and eslint-plugin-unicorn.",
5
5
  "homepage": "https://2d-configs.vercel.app/",
6
6
  "repository": {
@@ -27,7 +27,7 @@
27
27
  "public": true,
28
28
  "dependencies": {
29
29
  "@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
30
- "@eslint-react/eslint-plugin": "2.0.1",
30
+ "@eslint-react/eslint-plugin": "2.0.2",
31
31
  "@eslint/compat": "1.4.0",
32
32
  "@eslint/css": "0.11.1",
33
33
  "@eslint/js": "9.36.0",
@@ -36,14 +36,14 @@
36
36
  "@next/eslint-plugin-next": "15.5.4",
37
37
  "@stylistic/eslint-plugin": "5.4.0",
38
38
  "@tanstack/eslint-plugin-query": "5.91.0",
39
- "@typescript-eslint/parser": "8.44.1",
40
- "@typescript-eslint/utils": "8.44.1",
39
+ "@typescript-eslint/parser": "8.45.0",
40
+ "@typescript-eslint/utils": "8.45.0",
41
41
  "eslint-config-flat-gitignore": "2.1.0",
42
42
  "eslint-config-prettier": "10.1.8",
43
43
  "eslint-flat-config-utils": "2.1.4",
44
44
  "eslint-merge-processors": "2.0.0",
45
45
  "eslint-plugin-antfu": "3.1.1",
46
- "eslint-plugin-de-morgan": "1.3.1",
46
+ "eslint-plugin-de-morgan": "2.0.0",
47
47
  "eslint-plugin-drizzle": "0.2.3",
48
48
  "eslint-plugin-github-action": "0.0.16",
49
49
  "eslint-plugin-jsdoc": "60.5.0",
@@ -65,10 +65,10 @@
65
65
  "jsonc-eslint-parser": "2.4.1",
66
66
  "local-pkg": "1.1.2",
67
67
  "tailwind-csstree": "0.1.4",
68
- "typescript-eslint": "8.44.1",
68
+ "typescript-eslint": "8.45.0",
69
69
  "yaml-eslint-parser": "1.3.0",
70
70
  "@2digits/constants": "1.1.9",
71
- "@2digits/eslint-plugin": "3.1.22"
71
+ "@2digits/eslint-plugin": "3.1.23"
72
72
  },
73
73
  "devDependencies": {
74
74
  "@eslint/config-inspector": "1.3.0",