fix: lint: Ban waitForTimeout, setTimeout-as-delay, and fixed sleep patterns (#442)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
openhands 2026-03-03 20:58:01 +00:00
parent c9e84b2c34
commit 748557bc83
24 changed files with 139 additions and 3 deletions

4
.lintstagedrc.json Normal file
View file

@ -0,0 +1,4 @@
{
"tests/**/*.ts": ["eslint"],
"scripts/**/*.ts": ["eslint"]
}