What ESLint is
ESLint is an open source linter for JavaScript and JSX, maintained under the OpenJS Foundation. It statically analyses code against a configured rule set, fixes many problems automatically with syntax-aware transformations, runs in most editors as you type, and runs in CI.
It is highly configurable, and you can write custom rules that run alongside the built-in ones. That matters more than it sounds: a rule you wrote encodes a decision your team made, enforced identically forever, at no cost per run.
It is free, it runs offline, it takes milliseconds, and it gives the same answer every time. Nexdge is none of those four things, and none of them are things we are trying to take from it.