rizowski / eslint-watch

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

watch and fix #101

Closed masarakki closed 7 years ago

rizowski commented 7 years ago

I'll take a look at this soon. Sorry for the delay.

rizowski commented 7 years ago

@masarakki はこの変更の目的を説明していただけますか?

masarakki commented 7 years ago

In the case of esw --watch --fix, I hope it run esw --fix everytime when files was updated. But it run --fix only first time. CLIEngine doesn't fix files automatically.

rizowski commented 7 years ago

@masarakki Thanks for the update, I will try to get this in soon.

rizowski commented 7 years ago

I was able to get it to work so I am going to merge this. Thanks for helping out. 👍

masarakki commented 7 years ago

thanks!!