_internal/jsonc-helpers
Remarksโ
All rules in this plugin analyze tsconfig*.json files using the
jsonc-eslint-parser AST. These helpers provide type-safe, ergonomic access
to compiler-option properties within that AST.
JSONC AST traversal and accessor helpers for tsconfig rule implementations.
Type Aliasesโ
- Fixer
- JSONArrayExpression
- JSONExpression
- JSONLiteral
- JSONObjectExpression
- JSONPrimitive
- JSONProperty
- JSONPropertyKey
- ViolationReport
- ReportLoc