VehiclesFashionRecipesBlogsHuntTravelsSportFunHandmadeITEducation
Mini-Games
x

x
zakruti.com » IT - Software » freeCodeCamp.org
ESLint Quickstart - find errors automatically

ESLint Quickstart - find errors automatically

FBTwitterReddit

video description

Rating: 4.0; Vote: 1
ESLint is the standard solution for linting your JavaScript projects. It's never been easier to add ESLint to your project. In this short guide you'll learn how to get up and running with ESLint in under 5 minutes. Video by Harry Wolff. Harry has a YouTube channel about JavaScript: https://www.youtube.com/channel/UCgdeMp2ZBnovi12THmLc47g
Date: 2022-03-14

Comments and reviews: 9


Love the video, thanks :
What frustrates me more as each day passes on is that every single time, I start a project, even if its just doodling (if you know what I mean)
I have to go through this same motion every single time.
Buy the time I init everything for git, npm, eslint etc etc etc and everything in between that falls after.
I dont want to code anymore, because I get so frustrated with having to do these same steps over and over just to code and play around with ideas that hour or day....
Im really starting to contemplate on setting a bunch of stuff as global.

reply

Would prefer to see the windows full screen, rather than waste half the view with you waving your hands about in that annoying, distracting manner... You could learn a lot from Traversy Media in terms of presentation.
reply

What's the command for eslint to automatically fix the errors in your js file? So instead of having to manually fix the errors, run that eslint command that fixes those errors for you. That should be possible right?
reply

I wish I could become a good coder but I have trash memory and all then commands are so hard to remember. But so far I have been working on editing some json files to add spells to CDDA.
reply

please can anybody suggest me how to install, initialize and use ESLint only, I am new to coding and this video just frustrates with things that I don't know but I must learn
reply

Also, ESLint can automatically fix a huge number of errors for '--fix' command. Example: npm run lint --fix. In this case, you do not need to change code by yourself.
reply

hi, how do people have the branch name they are on shown in the terminal like you do -git:(master)- is it a mac only thing or some external package?
reply

Good video, little hint here: you can just write down npm init -y and it will generate for you default package.json without answering questions
reply

I'm new in js, node.js and vscode. For intellisense Currently starting with free tabnine. Which intellisense are you using in this tutorial?
reply
Add a review, comment






Other channel videos