rizowski / eslint-watch

ESLint with simple watching capabilities
https://www.npmjs.com/package/eslint-watch
MIT License
196 stars 29 forks source link

Quiet Watch #104

Closed rizowski closed 7 years ago

rizowski commented 7 years ago

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.