You can add this "lint" script to your "scripts" in package.json
"scripts: { "lint": "eslint ./src", }
and then run
npm run lint
This should give you a summary of all the errors & warnings in your project