Great stuff! Just a quck add, it may also be an Atom difference but when you hover over the error to get the name of the rule, the end of the popup box has a link that you can use to go directly to the rule documentation.
Thanks for this, it was helpful. I just wanted to ask why you put the version numbers in the terminal when you even said "Let's install the latest versions".
One Issue here I met: If you've already installed eslint globally in your system, you have to install all other plugins globally. If you installed eslint and other plugins locally, you have to uninstall the global installation of eslint, or else ESLint Plugin will not highlight errors.
Your example with the extra options for comma-dangle doesn't seem to be working. You get an error, but that's because you put a comma on the second line. The first line does have a comma, but no error.
Here's the command so you can copypasta npm i --save-dev eslint-config-airbnb@16.1.0 eslint-plugin-import@2.7.0 eslint-plugin-react@7.4.0 eslint-plugin-jsx-a11y@6.0.1
Thank you Andrew! this is probably the best Eslint tutorial I've seen. Your Node course on Udemy helped me incredibly man, gratitude!
Thank you so much Andrew. I've learned a lot from your tutorials, I appreciate it very much.
Thanks Andrew! Searching for a good tutorial so long.
Great stuff! Just a quck add, it may also be an Atom difference but when you hover over the error to get the name of the rule, the end of the popup box has a link that you can use to go directly to the rule documentation.
best guide for eslint in youtube !
Best Video for EsLint Integration. ThankYou Andrew
Thanks for this, it was helpful. I just wanted to ask why you put the version numbers in the terminal when you even said "Let's install the latest versions".
Easy to follow and well explained. Thank you this was helpful!
Andrew i would like you teach a tutorial on data structure in storing data to memory using Nodejs
Hey Andrew! Could you tell us what is the font family you're using to code? Thanks a lot!
One Issue here I met: If you've already installed eslint globally in your system, you have to install all other plugins globally. If you installed eslint and other plugins locally, you have to uninstall the global installation of eslint, or else ESLint Plugin will not highlight errors.
Thanks Andrew you saved my time
than u andrew ,
i see all of your video ,
thanks for every thing , but do not remember opensource ,
it can be on your videos
AWESOME.
You should do one more for Prettier ^^
thank you! great tutorial!
Great tips... Thanks for sharing.
Great tutorial!
Your example with the extra options for comma-dangle doesn't seem to be working.
You get an error, but that's because you put a comma on the second line. The first line does have a comma, but no error.
Here's the command so you can copypasta
npm i --save-dev eslint-config-airbnb@16.1.0 eslint-plugin-import@2.7.0 eslint-plugin-react@7.4.0 eslint-plugin-jsx-a11y@6.0.1
its really horrible rules
Please change the title of video. I was expecting Airbnb configuration, or something especial. Ouch!