Skip to content

LintCode

type LintCode =
| "choice-without-default"
| "dangling-transition"
| "duplicate-state-name"
| "end-with-next"
| "invalid-field"
| "invalid-json"
| "invalid-state-type"
| "invalid-structure"
| "missing-transition"
| "query-language-mismatch"
| "unreachable-state"
| "unsupported-retry-catch";

Defined in: src/types/index.ts:381

Stable identifier of the rule a LintDiagnostic comes from.