📄 no-useless-constructor.ts¶
📊 Analysis Summary¶
| Metric | Count |
|---|---|
| 🔧 Functions | 2 |
| 📦 Imports | 6 |
| 📑 Type Aliases | 2 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/eslint-plugin/src/rules/no-useless-constructor.ts
📦 Imports¶
| Name | Source |
|---|---|
TSESTree |
@typescript-eslint/utils |
AST_NODE_TYPES |
@typescript-eslint/utils |
InferMessageIdsTypeFromRule |
../util |
InferOptionsTypeFromRule |
../util |
createRule |
../util |
getESLintCoreRule |
../util/getESLintCoreRule |
Functions¶
checkAccessibility(node: TSESTree.MethodDefinition): boolean¶
Code
-
JSDoc:
-
Parameters:
node: TSESTree.MethodDefinition- Return Type:
boolean
checkParams(node: TSESTree.MethodDefinition): boolean¶
Code
-
JSDoc:
-
Parameters:
node: TSESTree.MethodDefinition- Return Type:
boolean - Calls:
node.value.params.some