diff --git a/AGENTS.md b/AGENTS.md index fa394c44d17e2..2a3c83219f69d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -52,7 +52,6 @@ Follow existing patterns in the target area first; below are common defaults. ### Formatting - Follow existing formatting in the file; do not reformat unrelated code. -- `yarn llm` runs ESLint `--fix` on changed JS/TS files and may apply formatting-style fixes. - Prefer single quotes in TS/JS unless the file uses double quotes. ### Naming