8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3442fc5 commit 78c7b1eCopy full SHA for 78c7b1e
packages/eslint-plugin/src/rules/no-useless-constructor.ts
@@ -31,7 +31,7 @@ function checkAccessibility(node: TSESTree.MethodDefinition): boolean {
31
}
32
33
/**
34
- * 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
35
*/
36
function checkParams(node: TSESTree.MethodDefinition): boolean {
37
return (
0 commit comments