Skip to main content
RecommendedStrictAuto-fixableScope
warnerrortrueGadget action files
What the linter reports:
Remove empty onSuccess.

Examples

api/models/widget/actions/create.ts
// empty onSuccess adds overhead without doing anything
export const onSuccess: ActionOnSuccess = async () => {};
Last modified on March 10, 2026