Skip to main content

no-undef

Disallow the use of undeclared variables.

Invalid:

const foo = someFunction();
const bar = a + 1;

Did you find what you needed?

Privacy policy