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

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

Error when using `TypedArray.of()` and `TypedArray.from()` #126

Closed macarie closed 4 years ago

macarie commented 4 years ago

Using TypedArray.of() and TypedArray.from() is giving me an error when using XO.

dustinspecker commented 4 years ago

https://github.com/dustinspecker/obj-props/pull/3 Taken care of over here. Please feel free to reopen if the issue still happens.