Skip to content

Commit

Permalink
docs: fix incorrect defaults (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber authored Sep 2, 2021
1 parent 5858406 commit 5b56d63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,21 +125,21 @@ You can still force this behavior by using `emitError` **or** `emitWarning` opti
#### `emitError`

- Type: `Boolean`
- Default: `false`
- Default: `true`

The errors found will always be emitted, to disable set to `false`.

#### `emitWarning`

- Type: `Boolean`
- Default: `false`
- Default: `true`

The warnings found will always be emitted, to disable set to `false`.

#### `failOnError`

- Type: `Boolean`
- Default: `false`
- Default: `true`

Will cause the module build to fail if there are any errors, to disable set to `false`.

Expand Down

0 comments on commit 5b56d63

Please sign in to comment.