Skip to content

Commit

Permalink
Chore: enable jsdoc/require-returns
Browse files Browse the repository at this point in the history
  • Loading branch information
kaicataldo committed Sep 28, 2019
1 parent f1bbe47 commit 68b8c37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config-eslint/default.yml
Expand Up @@ -53,6 +53,7 @@ rules:
jsdoc/require-param-description: "error"
jsdoc/require-param-name: "error"
jsdoc/require-param-type: "error"
jsdoc/require-returns: ["error", { forceRequireReturn: true, forceReturnsWithAsync: true }]
jsdoc/require-returns-description: "error"
jsdoc/require-returns-type: "error"
key-spacing: ["error", { beforeColon: false, afterColon: true }]
Expand Down

0 comments on commit 68b8c37

Please sign in to comment.