📄 no-non-null-asserted-optional-chain.ts¶
📊 Analysis Summary¶
| Metric | Count |
|---|---|
| 📦 Imports | 3 |
| 📊 Variables & Constants | 1 |
📚 Table of Contents¶
🛠️ File Location:¶
📂 packages/eslint-plugin/src/rules/no-non-null-asserted-optional-chain.ts
📦 Imports¶
| Name | Source |
|---|---|
TSESLint |
@typescript-eslint/utils |
TSESTree |
@typescript-eslint/utils |
createRule |
../util |
Variables & Constants¶
| Name | Type | Kind | Value | Exported |
|---|---|---|---|---|
parent |
TSESTree.TSNonNullExpression |
const | node.parent as TSESTree.TSNonNullExpression |
✗ |