Skip to content

Commit a1b7f02

Browse files
committed
Merge branch 'master' of github.com:davidtheclark/postcss-log-warnings
2 parents c5b74f1 + 6477447 commit a1b7f02

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,11 @@ gulp.task('css', function() {
4949

5050
### Options
5151

52-
- **plugins** (array of strings, default = []): If empty, `logWarnings` will log every warning, regardless of which plugin registered it. To limit output, name the plugins whose warnings you would like to see. For example, `{ plugins: ['postcss-bem-linter'] }` will only log warnings from the `postcss-bem-linter` plugin.
53-
- **throwError** (boolean, default = `false`): If `true`, after `logWarnings` logs your warnings it will exit the process with code 1 if it found any warnings.
52+
- **plugins** (array of strings, default = [])
53+
54+
If empty, `logWarnings` will log every warning, regardless of which plugin registered it.
55+
To limit output, name the plugins whose warnings you would like to see.
56+
For example, `{ plugins: ['postcss-bem-linter'] }` will only log warnings from the `postcss-bem-linter` plugin.
57+
- **throwError** (boolean, default = `false`)
58+
59+
If `true`, after `logWarnings` logs your warnings it will exit the process with code 1 if it found any warnings.

0 commit comments

Comments
 (0)