forcedotcom / forcedotcom/eslint-plugin-aura
no-deprecate-event-creation incorrectly flags e.force:showToast
Open
- Dominant language
- JavaScript
- Stars
- 29
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description

As per Salesforce documentation, and functionality the below is valid
``` apex
const toastEvent = $A.get("e.force:showToast");
```
https://developer.salesforce.com/docs/component-library/bundle/force:showToast/documentation
Contributor guide
Assessment
This issue has not been assessed yet.