dustinspecker / eslint-plugin-no-use-extend-native

ESLint plugin to prevent use of extended native objects
MIT License
56 stars 4 forks source link

Array.apply() false positive #87

Closed fregante closed 7 years ago

fregante commented 7 years ago

Array.apply() is a native function but it's currently marked as an error

dustinspecker commented 7 years ago

Thank you! I just pushed up a fix and will publish after CI passes.

Edit: published