Disable jsdoc/require-param because we have ts for that

This commit is contained in:
SleepWalker 2021-03-28 17:59:52 +03:00 committed by ErickSkrauch
parent 3c897845ab
commit 5849d1f169
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ module.exports = {
},
],
'jsdoc/require-param': 'off',
'jsdoc/require-param-description': 'off',
'jsdoc/require-returns-description': 'off',
'jsdoc/require-jsdoc': 'off',