Skip to main content
Up or down tonavigateEnter toselectEscape toclose⌘⇧KAI

no-undef

Disallow the use of undeclared variables.

Invalid:

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

Did you find what you needed?

Privacy policy