Skip to content

Commit 2612492

Browse files
authored
chore(linting): disable jsdoc/require-param in favor of types (#13321)
**Related Issue:** N/A ## Summary Disables `jsdoc/require-param`, which creates churn without providing additional value since we rely on TypeScript types. Methinks this should have been removed in #11165. 🤔
1 parent 0b8f4d3 commit 2612492

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/eslint-config/core.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export default tseslint.config(
5454

5555
"jsdoc/check-param-names": "off",
5656
"jsdoc/require-jsdoc": "off",
57+
"jsdoc/require-param": "off",
5758
"jsdoc/require-param-description": "off",
5859
"jsdoc/require-param-type": "off",
5960
"jsdoc/require-property-type": "off",

0 commit comments

Comments
 (0)