Skip to content

Commit fadc3e5

Browse files
committed
Fix linting
1 parent c561e42 commit fadc3e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ Please see the [options full documentation](options.md).
8989

9090
Example:
9191

92+
<!-- eslint-disable no-empty-function -->
93+
9294
```js
9395
logProcessErrors({
9496
log(message, level, info) {
@@ -105,6 +107,8 @@ logProcessErrors({
105107
})
106108
```
107109

110+
<!-- eslint-enable no-empty-function -->
111+
108112
# Restoring default behavior
109113

110114
Node.js default behavior can be restored by firing the function returned by

0 commit comments

Comments
 (0)