Closed rizowski closed 7 years ago
This should resolve #93
Due to https://github.com/eslint/eslint/issues/1768 and http://eslint.org/docs/developer-guide/nodejs-api#cliengine I ended up creating a warning filter on the results when --watch is active along with --quiet.
--watch
--quiet
This is pending that #103 is merged in first.
What was the problem/Ticket Number
This should resolve #93
How does this solve the problem?
Due to https://github.com/eslint/eslint/issues/1768 and http://eslint.org/docs/developer-guide/nodejs-api#cliengine I ended up creating a warning filter on the results when
--watch
is active along with--quiet
.This is pending that #103 is merged in first.