@2digits/eslint-config 4.13.3 → 4.13.4

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 +5 -0
  2. package/package.json +8 -8
package/dist/index.d.mts CHANGED
@@ -6659,6 +6659,11 @@ interface RuleOptions {
6659
6659
  * @see https://typescript-eslint.io/rules/no-unused-expressions
6660
6660
  */
6661
6661
  'ts/no-unused-expressions'?: Linter.RuleEntry<TsNoUnusedExpressions>;
6662
+ /**
6663
+ * Disallow unused private class members
6664
+ * @see https://typescript-eslint.io/rules/no-unused-private-class-members
6665
+ */
6666
+ 'ts/no-unused-private-class-members'?: Linter.RuleEntry<[]>;
6662
6667
  /**
6663
6668
  * Disallow unused variables
6664
6669
  * @see https://typescript-eslint.io/rules/no-unused-vars
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2digits/eslint-config",
3
- "version": "4.13.3",
3
+ "version": "4.13.4",
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": {
@@ -37,8 +37,8 @@
37
37
  "@stylistic/eslint-plugin": "5.5.0",
38
38
  "@tanstack/eslint-plugin-query": "5.91.2",
39
39
  "@tanstack/eslint-plugin-router": "1.133.19",
40
- "@typescript-eslint/parser": "8.46.4",
41
- "@typescript-eslint/utils": "8.46.4",
40
+ "@typescript-eslint/parser": "8.47.0",
41
+ "@typescript-eslint/utils": "8.47.0",
42
42
  "empathic": "2.0.0",
43
43
  "eslint-config-flat-gitignore": "2.1.0",
44
44
  "eslint-config-prettier": "10.1.8",
@@ -57,22 +57,22 @@
57
57
  "eslint-plugin-react-hooks": "7.0.1",
58
58
  "eslint-plugin-regexp": "2.10.0",
59
59
  "eslint-plugin-sonarjs": "3.0.5",
60
- "eslint-plugin-storybook": "10.0.7",
60
+ "eslint-plugin-storybook": "10.0.8",
61
61
  "eslint-plugin-tailwindcss": "3.18.2",
62
62
  "eslint-plugin-turbo": "2.6.1",
63
63
  "eslint-plugin-unicorn": "62.0.0",
64
64
  "eslint-plugin-yml": "1.19.0",
65
- "eslint-plugin-zod-x": "1.8.3",
65
+ "eslint-plugin-zod-x": "1.9.0",
66
66
  "globals": "16.5.0",
67
67
  "graphql-config": "5.1.5",
68
68
  "jsonc-eslint-parser": "2.4.1",
69
69
  "local-pkg": "1.1.2",
70
70
  "pkg-types": "2.3.0",
71
71
  "tailwind-csstree": "0.1.4",
72
- "typescript-eslint": "8.46.4",
72
+ "typescript-eslint": "8.47.0",
73
73
  "yaml-eslint-parser": "1.3.0",
74
74
  "@2digits/constants": "1.1.10",
75
- "@2digits/eslint-plugin": "3.2.4"
75
+ "@2digits/eslint-plugin": "3.2.5"
76
76
  },
77
77
  "devDependencies": {
78
78
  "@eslint/config-inspector": "1.3.0",
@@ -85,7 +85,7 @@
85
85
  "tinyglobby": "0.2.15",
86
86
  "tsdown": "0.16.1",
87
87
  "typescript": "5.9.3",
88
- "vitest": "4.0.9",
88
+ "vitest": "4.0.10",
89
89
  "@2digits/tsconfig": "0.8.4"
90
90
  },
91
91
  "scripts": {