We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c776c7c commit 99a90dbCopy full SHA for 99a90db
.eslintrc.js
@@ -313,6 +313,8 @@ module.exports = {
313
'jsdoc/check-tag-names': 'off',
314
'jsdoc/require-returns': 'off',
315
'jsdoc/require-property-description': 'off',
316
+ 'jsdoc/check-param-names': 'off',
317
+ 'jsdoc/tag-lines': 'off',
318
319
// Custom rules from eslint-plugin-node-core
320
'node-core/no-unescaped-regexp-dot': 'error',
0 commit comments