Add a flag to turn on full directory lint on every file save
See original GitHub issueIdea first presented by: @zack37
While there is a way to trigger a full directory lint while watching ( #11 ); it would be nice to be able to set a flag that overrides the single file lint functionality so you don’t have to hit enter
if you don’t want to. This feature may not be a desired thing for older projects that are trying to get into the practice of linting. So this feature should be an opt-in flag. It probably doesn’t matter if it is an opt-in feature anymore with this going to a 3.0.0 release. By default the --changed
will enable single file linting on --watch
The expected flag could be something along the lines of esw -w --changed
. This flag might need to be a conditional flag, where it can only be used if the watch
flag is enabled.
Issue Analytics
- State:
- Created 8 years ago
- Reactions:3
- Comments:13 (4 by maintainers)
Top GitHub Comments
👍 to this enhancement.
This issue is now in master awaiting a release