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

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

refactor: remove babel #138

Closed dustinspecker closed 1 month ago

dustinspecker commented 1 month ago

Switch to using require and module.exports instead of import and export default.