prateek3255 / blog

Prateek's digital home and blog.
https://prateeksurana.me
MIT License
11 stars 6 forks source link

blog/difference-between-eslint-extends-and-plugins/ #34

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

What is the difference between extends and plugins in ESLint config

Learn how ESLint works, what are the role of plugins and extends keys in your ESLint config and how they make ESLint an extremely configurable and versatile JavaScript Linter.

https://prateeksurana.me/blog/difference-between-eslint-extends-and-plugins/

chandrunaik commented 2 years ago

Excellent article, talked clearly about plugins and extends. I always wondered what each syntax does in my lint config file.

Motiveko commented 2 years ago

thanks a lot! I really have been confused about this, but now I understands the differences.

lgenzelis commented 2 years ago

Excellent article! It helped clear a lot of this stuff for me.

youjung-hong commented 2 years ago

Great article. I fully understood them. :)

obstmi commented 1 year ago

Very understandable and helpful article! Helped a lot - thank you very much!

bala0406 commented 1 year ago

Clear difference between extends and plugin. great one!