Skip to content

Commit

Permalink
feat(eslint-plugin): enforce asterisks on each line of JSDoc blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkdev98 committed Apr 10, 2023
1 parent 5c108ab commit 1a23f6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/compas/commands/docker.js
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ async function cleanContainers(logger, state, context) {
}

/**
*
* @param postgresVersion
* @returns {DockerContext}
*/
Expand Down
1 change: 1 addition & 0 deletions packages/eslint-plugin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ module.exports = {
"jsdoc/check-values": "error",
"jsdoc/empty-tags": "error",
"jsdoc/newline-after-description": ["error", "always"],
"jsdoc/require-asterisk-prefix": "error",
"jsdoc/require-param-name": "error",
"jsdoc/require-property": "error",
"jsdoc/require-property-name": "error",
Expand Down

0 comments on commit 1a23f6b

Please sign in to comment.