Task
Prohibit the use of Immediately Invoked Function Expressions (IIFE) in the codebase via CI checks. The solution is to import an existing script that performs this check from another repository. No new implementation is required—only the import/integration of the existing script.
Acceptance Criteria
- Integrate an existing CI script that prohibits IIFEs into this repository’s CI pipeline.
- Ensure the script runs as part of every CI check.
- Document the update in the repository (e.g., update CI workflow docs or relevant README section).
No additional development required beyond script integration. Reference or link the imported script and the source repository in the PR.
Task
Prohibit the use of Immediately Invoked Function Expressions (IIFE) in the codebase via CI checks. The solution is to import an existing script that performs this check from another repository. No new implementation is required—only the import/integration of the existing script.
Acceptance Criteria
No additional development required beyond script integration. Reference or link the imported script and the source repository in the PR.