Skip to content

Commit edccadc

Browse files
docs: fix readme (#71)
1 parent e2fe4db commit edccadc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,21 +118,21 @@ You can still force this behavior by using `emitError` **or** `emitWarning` opti
118118
#### `emitError`
119119

120120
- Type: `Boolean`
121-
- Default: `false`
121+
- Default: `true`
122122

123123
Will always return errors, if set to `true`.
124124

125125
#### `emitWarning`
126126

127127
- Type: `Boolean`
128-
- Default: `false`
128+
- Default: `true`
129129

130130
Will always return warnings, if set to `true`.
131131

132132
#### `failOnError`
133133

134134
- Type: `Boolean`
135-
- Default: `false`
135+
- Default: `true`
136136

137137
Will cause the module build to fail if there are any errors, if set to `true`.
138138

0 commit comments

Comments
 (0)