Function: resolveAutofixOrSuggestionOutcome()
function resolveAutofixOrSuggestionOutcome(
__namedParameters: AutofixOrSuggestionResolutionInput
): AutofixOrSuggestionOutcome;
Defined in: _internal/rule-reporting.ts:99
Resolve one of three standardized reporting outcomes:
- No fix (
messageIdonly), - Direct autofix (
fix), or - Suggestion-only (
suggest).
Parametersโ
__namedParametersโ
AutofixOrSuggestionResolutionInput