From 5849d1f169eff532ec552f8804f22dd0219c86f4 Mon Sep 17 00:00:00 2001 From: SleepWalker Date: Sun, 28 Mar 2021 17:59:52 +0300 Subject: [PATCH] Disable jsdoc/require-param because we have ts for that --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index bf83817..cecfff7 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -106,6 +106,7 @@ module.exports = { }, ], + 'jsdoc/require-param': 'off', 'jsdoc/require-param-description': 'off', 'jsdoc/require-returns-description': 'off', 'jsdoc/require-jsdoc': 'off',