Skip to content

Commit

Permalink
Chore: Resolve JSDoc lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ark120202 committed Oct 30, 2019
1 parent 8af4c65 commit 479b62f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/rules/no-useless-computed-key.js
Expand Up @@ -46,8 +46,7 @@ module.exports = {

/**
* Reports a given node if it violated this rule.
*
* @param {ASTNode} node - The node to check.
* @param {ASTNode} node The node to check.
* @returns {void}
*/
function check(node) {
Expand Down

0 comments on commit 479b62f

Please sign in to comment.