From c4638a936e9a5009db768bda9d16912743ed6410 Mon Sep 17 00:00:00 2001 From: Dan Washusen Date: Tue, 28 Oct 2025 09:47:52 +1100 Subject: [PATCH] Refactor ESLint configuration checks in implement.md to address deprecation --- templates/commands/implement.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/commands/implement.md b/templates/commands/implement.md index 38601920d..8121ab624 100644 --- a/templates/commands/implement.md +++ b/templates/commands/implement.md @@ -67,7 +67,8 @@ You **MUST** consider the user input before proceeding (if not empty). ``` - Check if Dockerfile* exists or Docker in plan.md → create/verify .dockerignore - - Check if .eslintrc*or eslint.config.* exists → create/verify .eslintignore + - Check if .eslintrc* exists → create/verify .eslintignore + - Check if eslint.config.* exists → ensure the config's `ignores` entries cover required patterns - Check if .prettierrc* exists → create/verify .prettierignore - Check if .npmrc or package.json exists → create/verify .npmignore (if publishing) - Check if terraform files (*.tf) exist → create/verify .terraformignore