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

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

Validate static methods #84

Closed dustinspecker closed 7 years ago

dustinspecker commented 8 years ago

Currently code such as Array.isArray and Object.keys are ignored, which allows code such as Array.custom() to incorrectly pass.