rizowski / eslint-watch

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

Add --clear option to clear terminal on each eslint run #111

Closed svicalifornia closed 7 years ago

svicalifornia commented 7 years ago

What was the problem/Ticket Number

See issue #110

How does this solve the problem?

Adds --clear option to clear the terminal on each run of eslint.

How to duplicate the issue

  1. esw -w --clear ...
  2. Enjoy automatic terminal clears on each eslint run.
rizowski commented 7 years ago

This looks good. Thanks for the PR @svicalifornia 👍