| Recommended | Strict | Auto-fixable | Scope |
|---|---|---|---|
| warn | error | true | Gadget action files |
onSuccess return values are ignored. Use return; or remove it.
Examples
- Incorrect
- Correct
api/models/widget/actions/create.ts
Disallow returning a value from onSuccess in Gadget actions.
| Recommended | Strict | Auto-fixable | Scope |
|---|---|---|---|
| warn | error | true | Gadget action files |
onSuccess return values are ignored. Use return; or remove it.