Skip to content

Commit

Permalink
Update packages/eslint-plugin/src/rules/no-useless-constructor.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Aug 9, 2022
1 parent 3442fc5 commit 78c7b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/src/rules/no-useless-constructor.ts
Expand Up @@ -31,7 +31,7 @@ function checkAccessibility(node: TSESTree.MethodDefinition): boolean {
}

/**
* Check if method is not unless due to typescript parameter properties and decorators
* Check if method is not useless due to typescript parameter properties and decorators
*/
function checkParams(node: TSESTree.MethodDefinition): boolean {
return (
Expand Down

0 comments on commit 78c7b1e

Please sign in to comment.