Diving into ESLint: ESLint Airbnb Rules (3 of 3)

Поделиться
HTML-код
  • Опубликовано: 20 янв 2025

Комментарии • 21

  • @chitownmuslim
    @chitownmuslim 7 лет назад +7

    Thank you Andrew! this is probably the best Eslint tutorial I've seen. Your Node course on Udemy helped me incredibly man, gratitude!

  • @manisaffarnia
    @manisaffarnia 3 года назад

    Thank you so much Andrew. I've learned a lot from your tutorials, I appreciate it very much.

  • @sivanesh-s
    @sivanesh-s 5 лет назад

    Thanks Andrew! Searching for a good tutorial so long.

  • @jasonarnold9407
    @jasonarnold9407 7 лет назад +1

    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.

  • @geeksinsuits
    @geeksinsuits 6 лет назад

    best guide for eslint in youtube !

  • @shivam_0002
    @shivam_0002 5 лет назад

    Best Video for EsLint Integration. ThankYou Andrew

  • @sach695
    @sach695 7 лет назад

    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".

  • @briantoon4128
    @briantoon4128 7 лет назад

    Easy to follow and well explained. Thank you this was helpful!

  • @alaoabiodun6594
    @alaoabiodun6594 6 лет назад

    Andrew i would like you teach a tutorial on data structure in storing data to memory using Nodejs

  • @Stephane_
    @Stephane_ 7 лет назад

    Hey Andrew! Could you tell us what is the font family you're using to code? Thanks a lot!

  • @Richard-jk5iq
    @Richard-jk5iq 6 лет назад +3

    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.

  • @rajkumara7238
    @rajkumara7238 6 лет назад

    Thanks Andrew you saved my time

  • @bbahrami5981
    @bbahrami5981 5 лет назад

    than u andrew ,
    i see all of your video ,
    thanks for every thing , but do not remember opensource ,
    it can be on your videos

  • @przemichal
    @przemichal 5 лет назад

    AWESOME.
    You should do one more for Prettier ^^

  • @edgarcheverier
    @edgarcheverier 7 лет назад

    thank you! great tutorial!

  • @arthurprather6720
    @arthurprather6720 7 лет назад

    Great tips... Thanks for sharing.

  • @robdata_YT
    @robdata_YT 7 лет назад

    Great tutorial!

  • @floede
    @floede 7 лет назад

    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.

  • @FlannelConcussion
    @FlannelConcussion 7 лет назад +1

    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

  • @Have_a_moment
    @Have_a_moment 4 года назад

    its really horrible rules

  • @jorgevega9932
    @jorgevega9932 6 лет назад

    Please change the title of video. I was expecting Airbnb configuration, or something especial. Ouch!