Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 249 Bytes

no-callback.md

File metadata and controls

3 lines (2 loc) · 249 Bytes

Enforces the use of promises instead of callbacks

This rule will naively check the readme for some string occurences that could indicate callbacks instead of promises. This is nowhere near to being accurate but it could give a good indication.