This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
Method names should support symbol properties #459
Labels
Difficulty: Easy
Someone with little to no experience in TSLint should be able to send a pull request for this issue.
Good First Issue 🙌
Howdy, neighbor!
Status: Accepting PRs
Type: Bug
Milestone
The current function-name rule fails when implementing an iterable:
It should not fail; symbol properties and the iterable protocol are standard parts of JS since many years ago and should be supported.
The text was updated successfully, but these errors were encountered: