File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11### ` check-param-names `
22
3- Ensures that parameter names in JSDoc match those in the function declaration.
3+ Ensures that parameter names in JSDoc are matched by corresponding items in
4+ the function declaration.
45
56#### Destructuring
67
Original file line number Diff line number Diff line change @@ -2788,7 +2788,8 @@ const fn = ( a, b ) => {};
27882788<a name="eslint-plugin-jsdoc-rules-check-param-names"></a>
27892789### <code>check-param-names</code>
27902790
2791- Ensures that parameter names in JSDoc match those in the function declaration.
2791+ Ensures that parameter names in JSDoc are matched by corresponding items in
2792+ the function declaration.
27922793
27932794<a name="user-content-eslint-plugin-jsdoc-rules-check-param-names-destructuring"></a>
27942795<a name="eslint-plugin-jsdoc-rules-check-param-names-destructuring"></a>
You can’t perform that action at this time.
0 commit comments