From the course: React: Testing and Debugging

Unlock the full course today

Join today to access over 24,600 courses taught by industry experts.

Code improvement with ESLint

Code improvement with ESLint - React.js Tutorial

From the course: React: Testing and Debugging

Code improvement with ESLint

- [Instructor] If you ever wondered about JavaScript, React or industry standards, linters are a good place to start to improve your compliance. In the previous video, we set up ES lint to allow us to improve our application code with industry standards. Now let's take a look at what errors ES lint shows us, what to do with these errors, and where to look for references for these standards. So I'm back into VS Code, and I have the grid.js file open and what I'm going to do is go one by one where I see this red line, which is basically where errors are. You can also bring up the terminal, so click on terminal, and then go to the initial terminal like so, and then go to problems here, so it's going to show you problems in your application based on where you are. So grid.js is where we are, and we have all these errors that we have inside of that particular file. So if I click on here, it's going to show us this…