-
-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new rule no-array-prototype-extensions
#1461
Conversation
Thanks for starting on this! I've been wanting to see this rule for a long time. |
This is looking pretty good. One tip is to try running this on a real codebase to ensure it works properly and doesn't crash. |
Another note is that this looks like a candidate to be enabled as a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work on this!
no-array-prototype-extensions
no-array-prototype-extensions
Summary
Fixes #1075
Fixes #922
RFC to be added.
Tests
Test Suites: 107 passed, 107 total
Tests: 3042 passed, 3042 total
Snapshots: 1 passed, 1 total
Time: 20.315 s, estimated 29 s
Ran all test suites.
✨ Done in 21.61s.