| Recommended | Strict | Auto-fixable | Scope |
|---|---|---|---|
| warn | error | true | Global action files |
Remove actionType from global actions.
Examples
- Incorrect
- Correct
api/actions/sendEmail.ts
Disallow actionType in global action options.
| Recommended | Strict | Auto-fixable | Scope |
|---|---|---|---|
| warn | error | true | Global action files |
Remove actionType from global actions.