fix: un-needed tsdoc script

This commit is contained in:
Valere
2025-12-30 18:17:07 +01:00
parent da55d84bde
commit 5e715765d9
3 changed files with 10 additions and 10 deletions

View File

@@ -83,7 +83,13 @@ module.exports = {
},
},
{
files: ["**/*.test.ts", "**/*.test.tsx", "**/test.ts", "**/test.tsx", "**/test-**"],
files: [
"**/*.test.ts",
"**/*.test.tsx",
"**/test.ts",
"**/test.tsx",
"**/test-**",
],
rules: {
"jsdoc/no-types": "off",
"jsdoc/empty-tags": "off",
@@ -91,8 +97,8 @@ module.exports = {
"jsdoc/check-values": "off",
"jsdoc/check-param-names": "off",
"jsdoc/require-param-description": "off",
}
}
},
},
],
settings: {
react: {