Skip to content

"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 }] } }

πŸ§‘β€πŸ’» Demo ​

Released under the MIT License