When an AI coding agent like GitHub Copilot or Claude Code hits an ESLint error, it has two options: fix the code, or silence the linter. Fixing the code is harder. Silencing the linter is one comment.
AI agents will sometimes choose the easy path. They can insert any of these to make an error disappear:
// eslint-disable-next-line