@2digits/eslint-config 4.6.9 → 4.6.11

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 +2 -0
  2. package/package.json +12 -12
package/dist/index.d.mts CHANGED
@@ -8074,6 +8074,7 @@ type JsdocMultilineBlocks = [] | [{
8074
8074
  noMultilineBlocks?: boolean;
8075
8075
  noSingleLineBlocks?: boolean;
8076
8076
  noZeroLineText?: boolean;
8077
+ requireSingleLineUnderCount?: number;
8077
8078
  singleLineTags?: string[];
8078
8079
  }];
8079
8080
  // ----- jsdoc/no-bad-blocks -----
@@ -9213,6 +9214,7 @@ type NoConstantCondition = [] | [{
9213
9214
  // ----- no-duplicate-imports -----
9214
9215
  type NoDuplicateImports = [] | [{
9215
9216
  includeExports?: boolean;
9217
+ allowSeparateTypeImports?: boolean;
9216
9218
  }];
9217
9219
  // ----- no-else-return -----
9218
9220
  type NoElseReturn = [] | [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2digits/eslint-config",
3
- "version": "4.6.9",
3
+ "version": "4.6.11",
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": {
@@ -28,16 +28,16 @@
28
28
  "dependencies": {
29
29
  "@eslint-community/eslint-plugin-eslint-comments": "4.5.0",
30
30
  "@eslint-react/eslint-plugin": "1.52.2",
31
- "@eslint/compat": "1.3.0",
31
+ "@eslint/compat": "1.3.1",
32
32
  "@eslint/css": "0.9.0",
33
- "@eslint/js": "9.29.0",
33
+ "@eslint/js": "9.30.0",
34
34
  "@eslint/markdown": "6.6.0",
35
35
  "@graphql-eslint/eslint-plugin": "4.4.0",
36
36
  "@next/eslint-plugin-next": "15.3.4",
37
- "@stylistic/eslint-plugin": "5.0.0",
37
+ "@stylistic/eslint-plugin": "5.1.0",
38
38
  "@tanstack/eslint-plugin-query": "5.81.2",
39
- "@typescript-eslint/parser": "8.35.0",
40
- "@typescript-eslint/utils": "8.35.0",
39
+ "@typescript-eslint/parser": "8.35.1",
40
+ "@typescript-eslint/utils": "8.35.1",
41
41
  "eslint-config-flat-gitignore": "2.1.0",
42
42
  "eslint-config-prettier": "10.1.5",
43
43
  "eslint-flat-config-utils": "2.1.0",
@@ -45,15 +45,15 @@
45
45
  "eslint-plugin-antfu": "3.1.1",
46
46
  "eslint-plugin-de-morgan": "1.3.0",
47
47
  "eslint-plugin-drizzle": "0.2.3",
48
- "eslint-plugin-jsdoc": "51.2.3",
48
+ "eslint-plugin-jsdoc": "51.3.1",
49
49
  "eslint-plugin-jsonc": "2.20.1",
50
50
  "eslint-plugin-n": "17.20.0",
51
51
  "eslint-plugin-pnpm": "0.3.1",
52
52
  "eslint-plugin-react-compiler": "19.1.0-rc.2",
53
53
  "eslint-plugin-react-hooks": "5.2.0",
54
54
  "eslint-plugin-regexp": "2.9.0",
55
- "eslint-plugin-sonarjs": "3.0.3",
56
- "eslint-plugin-storybook": "9.0.13",
55
+ "eslint-plugin-sonarjs": "3.0.4",
56
+ "eslint-plugin-storybook": "9.0.14",
57
57
  "eslint-plugin-tailwindcss": "3.18.0",
58
58
  "eslint-plugin-turbo": "2.5.4",
59
59
  "eslint-plugin-unicorn": "59.0.1",
@@ -63,16 +63,16 @@
63
63
  "graphql-config": "5.1.5",
64
64
  "jsonc-eslint-parser": "2.4.0",
65
65
  "local-pkg": "1.1.1",
66
- "typescript-eslint": "8.35.0",
66
+ "typescript-eslint": "8.35.1",
67
67
  "yaml-eslint-parser": "1.3.0",
68
68
  "@2digits/constants": "1.1.3",
69
- "@2digits/eslint-plugin": "3.1.6"
69
+ "@2digits/eslint-plugin": "3.1.8"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@eslint/config-inspector": "1.1.0",
73
73
  "@types/react": "19.1.8",
74
74
  "dedent": "1.6.0",
75
- "eslint": "9.29.0",
75
+ "eslint": "9.30.0",
76
76
  "eslint-typegen": "2.2.0",
77
77
  "execa": "9.6.0",
78
78
  "react": "19.1.0",