forcedotcom / forcedotcom/eslint-plugin-aura
Validate-JavaScript-APIs(ecma-intrinsics) flaggin incorrectly
Open
- Dominant language
- JavaScript
- Stars
- 29
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
The rule "ecma-intrinsics" is identifying several intrinsic methods, such as Math.log2 and Array.from, despite their inclusion in the ecma-intrinsic specification outlined in the rule description.
Contributor guide
Research direction
Start with the ecma-intrinsics rule and compare its handling of Math.log2 and Array.from with the ECMAScript intrinsics specification described in the rule documentation. Done means these listed intrinsic methods are no longer incorrectly flagged and the relevant rule behavior is covered by tests, if such tests exist.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- eslint, javascript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100