Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
Fixed: .eslintignore is not ignored anymore (eslint 3.x regression) (#99
Browse files Browse the repository at this point in the history
)

([#99](#99) - @waiterZen)
  • Loading branch information
waiterZen authored and MoOx committed Jul 7, 2016
1 parent 15756d6 commit b976c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function lint(input, config, webpack) {
resourcePath = resourcePath.substr(cwd.length + 1)
}

var res = engine.executeOnText(input, resourcePath)
var res = engine.executeOnText(input, resourcePath, true)
// executeOnText ensure we will have res.results[0] only

// skip ignored file warning
Expand Down

0 comments on commit b976c83

Please sign in to comment.