8000 Update packages/eslint-plugin/src/rules/no-useless-constructor.ts · yeonjuan/typescript-eslint@78c7b1e · GitHub
[go: up one dir, main page]

Skip to content

Commit 78c7b1e

Browse files
Update packages/eslint-plugin/src/rules/no-useless-constructor.ts
1 parent 3442fc5 commit 78c7b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin/src/rules/no-useless-constructor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function checkAccessibility(node: TSESTree.MethodDefinition): boolean {
3131
}
3232

3333
/**
34-
* Check if method is not unless due to typescript parameter properties and decorators
34+
* Check if method is not useless due to typescript parameter properties and decorators
3535
*/
3636
function checkParams(node: TSESTree.MethodDefinition): boolean {
3737
return (

0 commit comments

Comments
 (0)
0