@w5s/eslint-config 3.3.2 → 3.3.3

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w5s/eslint-config",
3
- "version": "3.3.2",
3
+ "version": "3.3.3",
4
4
  "description": "ESLint configuration presets",
5
5
  "keywords": [
6
6
  "eslint",
@@ -64,12 +64,12 @@
64
64
  "@vitest/eslint-plugin": "^1.0.0",
65
65
  "@w5s/dev": "^3.1.4",
66
66
  "@w5s/prettier-config": "^3.0.5",
67
- "eslint-plugin-import": "^2.25.0",
68
- "eslint-plugin-jsdoc": "^62.0.0",
69
- "eslint-plugin-jsonc": "^2.4.0",
70
- "eslint-plugin-n": "^17.0.0",
71
- "eslint-plugin-unicorn": "^62.0.0",
72
- "eslint-plugin-yml": "^2.0.0",
67
+ "eslint-plugin-import": "~2.32.0",
68
+ "eslint-plugin-jsdoc": "~62.6.1",
69
+ "eslint-plugin-jsonc": "~2.21.1",
70
+ "eslint-plugin-n": "~17.24.0",
71
+ "eslint-plugin-unicorn": "~63.0.0",
72
+ "eslint-plugin-yml": "~2.0.2",
73
73
  "find-up": "^8.0.0",
74
74
  "globals": "^17.0.0",
75
75
  "jsonc-eslint-parser": "^2.0.0",
@@ -108,5 +108,5 @@
108
108
  "access": "public"
109
109
  },
110
110
  "sideEffect": false,
111
- "gitHead": "6d0fd278d32187d231f63936bc50b87baebcf34c"
111
+ "gitHead": "5ccfbd65c727dda6c5e119e5164d4af6916d83bb"
112
112
  }
@@ -1082,6 +1082,8 @@ type JsdocTagLines = []|[("always" | "any" | "never")]|[("always" | "any" | "nev
1082
1082
 
1083
1083
  startLines?: (number | null)
1084
1084
 
1085
+ startLinesWithNoTags?: number
1086
+
1085
1087
  tags?: {
1086
1088
  [k: string]: {
1087
1089
  count?: number