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.
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.)
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.
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.
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?
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
Oh man this is the first tutorial video which I watched with a smile on my face, great work
You are real joyful coder, awesome style.
Man you are a wizard. I was literally looking for this kind of thing to use in atom!
why the fuck can't i be this enthusiastic about coding
I feel ya man, Been coding for 4 years and I question my career choices every day now, el gigle my dude.
it's just not for you.
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.
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.)
What a wonderful video! I can't wait for the part 2! Thanks for making this :D
You have such a positive vibe, i love that : ) Nice video!
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.
This is super helpful thank you!
It's funny how he's just keeps going on about his hopes and dreams when working with eslint :D
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.
16:45 lint the linting rules? Hmm
Also what about the atom package for eslint?
Thank you for clarifications.
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?
if you specify a npm script, you no longer need the relative path to the node modules. they are magically available.
your one punch man of coding
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
I have a major case of "Please get on with it!" lol
What about a tutorial on eslint + prettier symbiosis?
"quotes":["error","double"] or single
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
What about cross entropy in NN ? Pleaaaaase Daniel !! 🌈
I'm pretty sure fixing the lint errors worked, Atom just didn't refresh the document afterwards
i loved the 25:35 part so funny
you're the best dude :D
"I like to mix them up XD"
1:05
MORE CODING TRAINNN
8.1k views and only 230 likes?
Linting equal weed in indonesian language 😂
You can't have any errors if you have no code. *black guy pointing at his forehead meme*
Obsthucation :')
i agree too long
Calm down buddy
First
You can optimize this video by removing unnecessary, not-so-funny acts and condensing it into a five-minute clip
Sonar lint in processing?