Skip to content

Commit

Permalink
inherit autofix-related props even if quiet option is enabled
Browse files Browse the repository at this point in the history
fix #210
  • Loading branch information
shinnn committed Oct 23, 2017
1 parent a398838 commit 29dbab5
Show file tree
Hide file tree
Showing 4 changed files with 1,023 additions and 160 deletions.
1 change: 0 additions & 1 deletion .eslintrc.yml
Expand Up @@ -12,7 +12,6 @@ rules:
func-style: [2, "declaration"]
no-floating-decimal: 2
no-nested-ternary: 2
no-undefined: 2
radix: 2
space-before-function-paren: [1, "never"]
keyword-spacing: [2, {after: true}]
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 4.0.1

* Make `fix` option work even if `quiet` option is also enabled

## 4.0.0

* Drop support for linting [`Stream`](https://nodejs.org/api/stream.html#stream_stream) [contents](https://github.com/gulpjs/vinyl#optionscontents)
Expand Down

0 comments on commit 29dbab5

Please sign in to comment.