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

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

Recommended config #130

Closed brettz9 closed 4 years ago

brettz9 commented 4 years ago

Builds on #129 . (I can rebase if there are issues with that PR.)

feat: update from defunct rulesConfig to recommended config; fixes #125

Also shows a more useful value of 1 in the README (since less likely to add the plugin and disable the rule than to add the rule as a warning)

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling e711499dbe72d52f1da7d909efdb3684a6858ecc on brettz9:recommended into a5db6a39fa6b404fa295ddb118268093b92c9c8d on dustinspecker:master.

dustinspecker commented 4 years ago

This great too. You're fast on the rebase. :)