Skip to content

Commit 4767d77

Browse files
authored
Merge pull request #1070 from danwashusen/patch-1
Refactor ESLint configuration checks in implement.md to address deprecation
2 parents c88d00d + c4638a9 commit 4767d77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/commands/implement.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ You **MUST** consider the user input before proceeding (if not empty).
6767
```
6868
6969
- Check if Dockerfile* exists or Docker in plan.md → create/verify .dockerignore
70-
- Check if .eslintrc*or eslint.config.* exists → create/verify .eslintignore
70+
- Check if .eslintrc* exists → create/verify .eslintignore
71+
- Check if eslint.config.* exists → ensure the config's `ignores` entries cover required patterns
7172
- Check if .prettierrc* exists → create/verify .prettierignore
7273
- Check if .npmrc or package.json exists → create/verify .npmignore (if publishing)
7374
- Check if terraform files (*.tf) exist → create/verify .terraformignore

0 commit comments

Comments
 (0)