"Sometimes, the most productive thing you can do is wait." - Unknown
Enforce a delay (no-rush
) β
πΌβ οΈ This rule is enabled in the π all
config. This rule warns in the β
recommended
config.
π Rule details β
Slowing down can sometimes lead to more thoughtful and considered decisions, ensuring you're not rushing through critical processes or checks.
βοΈ Options β
delay β
Time to wait, in seconds.
π§ Config β
js
// wait 10 seconds
{ rules: {'ninja/no-rush': [2, { delay: 10 }] } }