eslint-config-webpack 4.9.0 → 4.9.1

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.
@@ -294,6 +294,8 @@ async function getTypescriptJSDocRecommendedConfig() {
294
294
  {
295
295
  objectTypeBracketSpacing: " ",
296
296
  objectFieldSeparator: "comma-and-linebreak",
297
+ objectFieldSeparatorTrailingPunctuation: true,
298
+ trailingPunctuationMultilineOnly: true,
297
299
  },
298
300
  ],
299
301
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-webpack",
3
- "version": "4.9.0",
3
+ "version": "4.9.1",
4
4
  "description": "Provides Webpack's eslint rules as an extensible shared config",
5
5
  "keywords": [
6
6
  "eslint",
@@ -44,7 +44,7 @@
44
44
  "eslint-config-prettier": "^10.1.8",
45
45
  "eslint-plugin-import": "^2.32.0",
46
46
  "eslint-plugin-jest": "^29.12.1",
47
- "eslint-plugin-jsdoc": "^62.3.0",
47
+ "eslint-plugin-jsdoc": "^62.4.1",
48
48
  "eslint-plugin-n": "^17.23.2",
49
49
  "eslint-plugin-prettier": "^5.5.5",
50
50
  "eslint-plugin-react": "^7.37.5",