@2digits/eslint-config 4.13.4 → 4.13.5

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 -0
  2. package/package.json +6 -6
package/dist/index.d.mts CHANGED
@@ -8782,6 +8782,7 @@ type JsdocCheckExamples = [] | [{
8782
8782
  }];
8783
8783
  // ----- jsdoc/check-indentation -----
8784
8784
  type JsdocCheckIndentation = [] | [{
8785
+ allowIndentedSections?: boolean;
8785
8786
  excludeTags?: string[];
8786
8787
  }];
8787
8788
  // ----- jsdoc/check-line-alignment -----
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2digits/eslint-config",
3
- "version": "4.13.4",
3
+ "version": "4.13.5",
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": {
@@ -34,7 +34,7 @@
34
34
  "@eslint/markdown": "7.5.1",
35
35
  "@graphql-eslint/eslint-plugin": "4.4.0",
36
36
  "@next/eslint-plugin-next": "16.0.3",
37
- "@stylistic/eslint-plugin": "5.5.0",
37
+ "@stylistic/eslint-plugin": "5.6.1",
38
38
  "@tanstack/eslint-plugin-query": "5.91.2",
39
39
  "@tanstack/eslint-plugin-router": "1.133.19",
40
40
  "@typescript-eslint/parser": "8.47.0",
@@ -49,7 +49,7 @@
49
49
  "eslint-plugin-depend": "1.4.0",
50
50
  "eslint-plugin-drizzle": "0.2.3",
51
51
  "eslint-plugin-github-action": "0.0.16",
52
- "eslint-plugin-jsdoc": "61.2.1",
52
+ "eslint-plugin-jsdoc": "61.3.0",
53
53
  "eslint-plugin-jsonc": "2.21.0",
54
54
  "eslint-plugin-n": "17.23.1",
55
55
  "eslint-plugin-pnpm": "1.3.0",
@@ -75,8 +75,8 @@
75
75
  "@2digits/eslint-plugin": "3.2.5"
76
76
  },
77
77
  "devDependencies": {
78
- "@eslint/config-inspector": "1.3.0",
79
- "@types/react": "19.2.5",
78
+ "@eslint/config-inspector": "1.4.1",
79
+ "@types/react": "19.2.6",
80
80
  "dedent": "1.7.0",
81
81
  "eslint": "9.39.1",
82
82
  "eslint-typegen": "2.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.10",
88
+ "vitest": "4.0.12",
89
89
  "@2digits/tsconfig": "0.8.4"
90
90
  },
91
91
  "scripts": {