Students ask some questions related to Structured Query Language (SQL) and get a response.
#sql
The lecture goes over having the capabilities of ESLint within an IDE, in particular with an extension for Visual Studio Code.
It shows how the ESLint extension made by Microsoft integrates into Visual Studio Code, checking your code and letting you know of any problems as you go about your work.
#eslint
Learn how to tweak ESLint rules to require or not require the present of semicolons at the end of every statement in NodeJS or JavaScript.
You also learn to reference the ESLint documentation to find out how to change the behavior of a particular rule.
#eslint