docs: fix typedoc generation with inheritance
[poolifier.git] / .eslintrc.js
index 0987025540001c47debfb418c2cac1b5b7b57178..4fc348072f5fb5cb316c2130873d0018744baa8f 100644 (file)
@@ -93,7 +93,7 @@ module.exports = defineConfig({
           'error',
           { ignoreProperties: true }
         ],
-        'tsdoc/syntax': 'error'
+        'tsdoc/syntax': 'warn'
       }
     },
     {