@2digits/eslint-config 5.5.11 → 5.5.12

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 +11 -0
  2. package/package.json +8 -8
package/dist/index.d.mts CHANGED
@@ -1173,6 +1173,11 @@ Backward pagination arguments
1173
1173
  * @see https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/no-undefined-types.md#repos-sticky-header
1174
1174
  */
1175
1175
  'jsdoc/no-undefined-types'?: Linter.RuleEntry<JsdocNoUndefinedTypes>;
1176
+ /**
1177
+ * Normalizes labeled links in `@see` tags to a canonical `{@link}` form.
1178
+ * @see https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/normalize-see-links.md#repos-sticky-header
1179
+ */
1180
+ 'jsdoc/normalize-see-links'?: Linter.RuleEntry<JsdocNormalizeSeeLinks>;
1176
1181
  /**
1177
1182
  * Prefer `@import` tags to inline `import()` statements.
1178
1183
  * @see https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/prefer-import-tag.md#repos-sticky-header
@@ -11029,6 +11034,12 @@ type JsdocNoUndefinedTypes = [] | [{
11029
11034
  disableReporting?: boolean;
11030
11035
  markVariablesAsUsed?: boolean;
11031
11036
  }];
11037
+ // ----- jsdoc/normalize-see-links -----
11038
+ type JsdocNormalizeSeeLinks = [] | [{
11039
+ canonicalForm?: ("pipe" | "prefix");
11040
+ enableFixer?: boolean;
11041
+ wrapBareUrls?: boolean;
11042
+ }];
11032
11043
  // ----- jsdoc/prefer-import-tag -----
11033
11044
  type JsdocPreferImportTag = [] | [{
11034
11045
  enableFixer?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@2digits/eslint-config",
3
- "version": "5.5.11",
3
+ "version": "5.5.12",
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
  "keywords": [
6
6
  "eslint-config"
@@ -27,8 +27,8 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@eslint-community/eslint-plugin-eslint-comments": "4.7.2",
30
- "@eslint-react/eslint-plugin": "5.17.1",
31
- "@eslint-react/kit": "5.17.1",
30
+ "@eslint-react/eslint-plugin": "5.17.3",
31
+ "@eslint-react/kit": "5.17.3",
32
32
  "@eslint/compat": "2.1.0",
33
33
  "@eslint/css": "1.4.0",
34
34
  "@eslint/js": "10.0.1",
@@ -36,7 +36,7 @@
36
36
  "@graphql-eslint/eslint-plugin": "4.4.0",
37
37
  "@next/eslint-plugin-next": "16.2.10",
38
38
  "@stylistic/eslint-plugin": "5.10.0",
39
- "@tanstack/eslint-plugin-query": "5.101.2",
39
+ "@tanstack/eslint-plugin-query": "5.101.3",
40
40
  "@tanstack/eslint-plugin-router": "1.162.0",
41
41
  "@typescript-eslint/parser": "8.64.0",
42
42
  "@typescript-eslint/utils": "8.64.0",
@@ -51,14 +51,14 @@
51
51
  "eslint-plugin-depend": "1.5.0",
52
52
  "eslint-plugin-drizzle": "0.2.3",
53
53
  "eslint-plugin-github-action": "0.3.0",
54
- "eslint-plugin-jsdoc": "63.0.14",
54
+ "eslint-plugin-jsdoc": "63.2.0",
55
55
  "eslint-plugin-jsonc": "3.3.0",
56
56
  "eslint-plugin-n": "18.2.2",
57
57
  "eslint-plugin-pnpm": "1.6.1",
58
58
  "eslint-plugin-react-compiler": "19.1.0-rc.2",
59
59
  "eslint-plugin-regexp": "3.1.1",
60
60
  "eslint-plugin-sonarjs": "4.2.0",
61
- "eslint-plugin-storybook": "10.5.2",
61
+ "eslint-plugin-storybook": "10.5.3",
62
62
  "eslint-plugin-tailwindcss": "3.18.2",
63
63
  "eslint-plugin-toml": "1.4.0",
64
64
  "eslint-plugin-turbo": "2.10.5",
@@ -73,8 +73,8 @@
73
73
  "tailwind-csstree": "0.3.3",
74
74
  "typescript-eslint": "8.64.0",
75
75
  "yaml-eslint-parser": "2.1.0",
76
- "@2digits/constants": "1.1.18",
77
- "@2digits/eslint-plugin": "4.0.22"
76
+ "@2digits/eslint-plugin": "4.0.22",
77
+ "@2digits/constants": "1.1.18"
78
78
  },
79
79
  "devDependencies": {
80
80
  "@arethetypeswrong/core": "0.18.5",