Linting with ESLint

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

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

  • @shalendrajoshi9392
    @shalendrajoshi9392 5 лет назад +4

    Oh man this is the first tutorial video which I watched with a smile on my face, great work

  • @birsingh5388
    @birsingh5388 6 лет назад +8

    You are real joyful coder, awesome style.

  • @tusharmaurya1668
    @tusharmaurya1668 6 лет назад +1

    Man you are a wizard. I was literally looking for this kind of thing to use in atom!

  • @almost5198
    @almost5198 6 лет назад +21

    why the fuck can't i be this enthusiastic about coding

    • @Archikuus
      @Archikuus 6 лет назад +1

      I feel ya man, Been coding for 4 years and I question my career choices every day now, el gigle my dude.

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

      it's just not for you.

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

      I think the problem is the ideas. You really need to have a good idea to be able to get into it.
      I can open visual studio and sit for hours on end making something, but only because I had a good idea for a project. Without the idea, there is nothing.

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

      Coding is just a tool. Does a chair maker feel enthusiastic about his hammer? Probably not, but I bet he gets fulfillment from making good chairs; if he doesn't then he shouldn't be a chairmaker (make tables, houses, sculptures instead.)

  • @kamoroso94
    @kamoroso94 6 лет назад +1

    What a wonderful video! I can't wait for the part 2! Thanks for making this :D

  • @yea.61
    @yea.61 3 года назад

    You have such a positive vibe, i love that : ) Nice video!

  • @Patrk38
    @Patrk38 6 лет назад +1

    Remember, the ESLInt allows you to define what's called a `global` keys. Those would be keys that were not defined anywhere inside of your codebase but are part of the third-party library or even environmental variables, that eslint is unable to find. Those will eliminate the issue with "not defined" error, it simply skips that validation on those keys. You can bump into a similar issue with `window`, on the browser. github.com/Elocast/elo-middlewares-package/blob/master/.eslintrc here's an example of mine.

  • @Spiderlogical
    @Spiderlogical 6 лет назад +3

    It's funny how he's just keeps going on about his hopes and dreams when working with eslint :D

  • @PaulGrossmanTheDarkArtsWizard
    @PaulGrossmanTheDarkArtsWizard 2 года назад

    I was wondering if you might consider making a video on creating custom lint rules?
    I'm a test automation engineer working in WebdriverIO and would like to create a rule that strings are accent marks.
    And recommending await prior to certain method calls.

  • @joshinils
    @joshinils 6 лет назад +6

    16:45 lint the linting rules? Hmm

  • @Spiderlogical
    @Spiderlogical 6 лет назад +1

    Also what about the atom package for eslint?

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

    Thank you for clarifications.

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

    Thanks for all your videos Den. You're the best dude! Thanks for this, I found in what direction to develop in programming next!
    I have a question, what about typescipt for p5.js?

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

    if you specify a npm script, you no longer need the relative path to the node modules. they are magically available.

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

    your one punch man of coding

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

    Great video! does anybody know how to configure ESLINT for multiple javascript files, I have a separate file that has a class, buts its not recognized by ESLINT

  • @50shadesofskittles9
    @50shadesofskittles9 6 лет назад

    I have a major case of "Please get on with it!" lol

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

    What about a tutorial on eslint + prettier symbiosis?

  • @charbelsarkis3567
    @charbelsarkis3567 6 лет назад +2

    "quotes":["error","double"] or single

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

    is linting just about code styling? why there is a term called linter and this is an important topic I can use code formatting plugins

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

    What about cross entropy in NN ? Pleaaaaase Daniel !! 🌈

  • @brainz80
    @brainz80 2 года назад

    I'm pretty sure fixing the lint errors worked, Atom just didn't refresh the document afterwards

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

    i loved the 25:35 part so funny

  • @loukask.9111
    @loukask.9111 6 лет назад

    you're the best dude :D

  • @moaazbhnas886
    @moaazbhnas886 6 лет назад +1

    "I like to mix them up XD"

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

    1:05

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

    MORE CODING TRAINNN

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

    8.1k views and only 230 likes?

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

    Linting equal weed in indonesian language 😂

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

    You can't have any errors if you have no code. *black guy pointing at his forehead meme*

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

    Obsthucation :')

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

    i agree too long

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

    Calm down buddy

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

    First

  • @mohammadarjmandi
    @mohammadarjmandi Год назад

    You can optimize this video by removing unnecessary, not-so-funny acts and condensing it into a five-minute clip

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

    Sonar lint in processing?