eslint-plugin-node icon indicating copy to clipboard operation
eslint-plugin-node copied to clipboard

Feature: "node/prefer-promises/timers"

Open thernstig opened this issue 4 years ago • 0 comments

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.

thernstig avatar May 10 '21 11:05 thernstig