Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 198 Bytes

no-callback-literal.md

File metadata and controls

7 lines (4 loc) · 198 Bytes

Pattern: Malformed callback pattern

Issue: -

Description

Ensures that you strictly follow the callback pattern with undefined, null or an error object in the first position of a callback.