harb/.lintstagedrc.json
openhands 748557bc83 fix: lint: Ban waitForTimeout, setTimeout-as-delay, and fixed sleep patterns (#442)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-03 20:58:01 +00:00

4 lines
67 B
JSON

{
"tests/**/*.ts": ["eslint"],
"scripts/**/*.ts": ["eslint"]
}