eslint-plugin

@masknet/no-timer

Disallow use timer function

Rule Details

:x: Incorrect

setTimeout()

:white_check_mark: Correct

When Not To Use It

When you need the timer.

Attributes