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

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

Meta type #131

Closed brettz9 closed 4 years ago

brettz9 commented 4 years ago

feat: use eslint's newer rule format along with meta.type: "problem"

(Though I know you don't have a fixer for this, I just mention where this "type" is used; I am personally interested in seeing it added as I am planning to release an eslint badge formatter which helps report group violations, with the option to count by type of violation (e.g., 10 "layout" violations, 20 "problem" violations, and 5 "suggestion" violations).)

coveralls commented 4 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling e0e31f4dba0f7ae9006865ad792c19258702f570 on brettz9:meta-type into a5db6a39fa6b404fa295ddb118268093b92c9c8d on dustinspecker:master.

dustinspecker commented 4 years ago

This is cool. Thank you! I'll get 0.5.0 published in a few minutes.

dustinspecker commented 4 years ago

https://www.npmjs.com/package/eslint-plugin-no-use-extend-native published

Thank you for all of the help! These are great changes.

brettz9 commented 4 years ago

Thanks so much for your responsiveness and encouragement!