eslint-plugin-node
eslint-plugin-node copied to clipboard
Feature: "node/prefer-promises/timers"
Node.js 16 has stable implementations of promised based timers, see https://nodejs.org/api/timers.html#timers_timers_promises_api
It would be nice to have a rule to enforce this, similar to other "prefer-promises" rules.