mysticatea / eslint-plugin-node

Additional ESLint's rules for Node.js
MIT License
958 stars 167 forks source link

Feature: "node/prefer-promises/timers" #279

Open thernstig opened 3 years ago

thernstig commented 3 years ago

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.