Skip to content

Commit

Permalink
tools: enable jsdoc/require-reutrns-type ESLint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Dec 9, 2021
1 parent 01dd52e commit 2d21012
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.js
Expand Up @@ -351,7 +351,6 @@ module.exports = {
'jsdoc/require-property-description': 'off',
'jsdoc/check-param-names': 'off',
'jsdoc/tag-lines': 'off',
'jsdoc/require-returns-type': 'off',

// Custom rules from eslint-plugin-node-core
'node-core/no-unescaped-regexp-dot': 'error',
Expand Down

0 comments on commit 2d21012

Please sign in to comment.