diff --git a/index.js b/index.js index 2353e6b..6e4f802 100644 --- a/index.js +++ b/index.js @@ -44,6 +44,7 @@ module.exports = { leadingUnderscore: 'require' } ], - 'id-match': ['error', '^([a-z][a-z0-9_]*|[A-Z][a-zA-Z]*)$', { onlyDeclarations: true }] + 'id-match': ['error', '^([a-z][a-z0-9_]*|[A-Z][a-zA-Z]*)$', { onlyDeclarations: true }], + 'jsdoc/require-param-type': 'off' } }