Skip to content

Commit 2c0caf1

Browse files
committed
Fix linting
1 parent 1d74150 commit 2c0caf1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,9 @@ The following options are available as well.
206206
## echo
207207

208208
_Type_: `boolean`\
209-
_Default_: `true` for [`task()`](#taskcommand-options) and [`exec()`](#execcommand-options),
210-
`false` for [`stream()`](#streamfunction-options).
209+
_Default_: `true` for [`task()`](#taskcommand-options) and
210+
[`exec()`](#execcommand-options), `false` for
211+
[`stream()`](#streamfunction-options).
211212

212213
Whether the `command` should be printed on the console.
213214

@@ -222,8 +223,9 @@ $ gulp audit
222223
## debug
223224

224225
_Type_: `boolean`\
225-
_Default_: `true` for [`task()`](#taskcommand-options) and [`exec()`](#execcommand-options),
226-
`false` for [`stream()`](#streamfunction-options).
226+
_Default_: `true` for [`task()`](#taskcommand-options) and
227+
[`exec()`](#execcommand-options), `false` for
228+
[`stream()`](#streamfunction-options).
227229

228230
Whether both the `command` and its output (`stdout`/`stderr`) should be printed
229231
on the console instead of being returned in JavaScript.

0 commit comments

Comments
 (0)