You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/rules/no-callback-literal.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ When invoking a callback function which uses the Node.js error-first callback pa
6
6
7
7
## 📖 Rule Details
8
8
9
-
When a function is named `cb` or `callback`, then it must be invoked with a first argument that is `undefined`, `null`, an `Error` class, or a subclass or`Error`.
9
+
When a function is named `cb` or `callback`, then it must be invoked with a first argument that is `undefined`, `null`, an `Error` class, or a subclass of`Error`.
0 commit comments