⬅️ Back to Table of Contents
📄 no-typescript-default-import.ts
📊 Analysis Summary
| Metric |
Count |
| 📦 Imports |
2 |
| 📊 Variables & Constants |
2 |
📚 Table of Contents
🛠️ File Location:
📂 packages/eslint-plugin-internal/src/rules/no-typescript-default-import.ts
📦 Imports
| Name |
Source |
TSESTree |
@typescript-eslint/utils |
createRule |
../util |
Variables & Constants
| Name |
Type |
Kind |
Value |
Exported |
importStatement |
any |
const |
node.parent |
✗ |
parent |
TSESTree.TSImportEqualsDeclaration |
const |
node.parent as TSESTree.TSImportEqualsDeclaration |
✗ |