Lint rulesList of rulesno-undefno-undefLast updated: 2025-01-23Disallow the use of undeclared variables. Invalid: const foo = someFunction(); const bar = a + 1;