Skip to content

Commit

Permalink
Add test case
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpoulter committed Feb 21, 2024
1 parent 55e5fc2 commit b752b59
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test/rules/assertions/checkParamNames.js
Expand Up @@ -1947,5 +1947,19 @@ export default {
},
],
},
{
code: `
/**
* @param foo
*/
function quux (foo, bar) {
}
`,
options: [
{
disableMissingParamChecks: true,
},
],
},
],
};

0 comments on commit b752b59

Please sign in to comment.