Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New rule: No unhandled scheduling #2

Merged
merged 5 commits into from
May 15, 2021
Merged

Conversation

C-Hess
Copy link
Collaborator

@C-Hess C-Hess commented May 15, 2021

Adds a new rule to help make sure that setTimeout and setInterval handles are used in some way. This rule is mostly to make sure that clearTimeout and clearInterval calls are made if needed.

@C-Hess C-Hess merged commit 7c1831b into main May 15, 2021
C-Hess added a commit that referenced this pull request Jun 3, 2021
@dan-drews dan-drews deleted the feature/no-unhandled-scheduling branch June 24, 2021 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant