ESLint: Find and Fix problems in your JavaScript code
Step : 1
Create a React.js project by running the below command in your terminal.
npx create-react-app lint_example
If you open the project in VSCode, you can see there is no eslint config file. So let's try to first configure the eslint for the pr...
dhruvnakum.xyz2 min read