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

Commit b976c83

Browse files
waiterZenMoOx
authored andcommitted
Fixed: .eslintignore is not ignored anymore (eslint 3.x regression) (#99)
([#99](#99) - @waiterZen)
1 parent 15756d6 commit b976c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function lint(input, config, webpack) {
2222
resourcePath = resourcePath.substr(cwd.length + 1)
2323
}
2424

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

2828
// skip ignored file warning

0 commit comments

Comments
 (0)