I see.
I’m just a beginner in javascript but somehow I’ve written a full experiment for a Psychology lab at my university that’s about 1200 lines of code.
ESLint only found 3 errors. 1 missing semi-colon, 2 unused variables.
It’s useful to use when you’re running into problems I guess. And maybe as a final check before deployment.