sheerun / prettier-standard

Formats with Prettier and lints with ESLint+Standard! (✿◠‿◠)
MIT License
868 stars 44 forks source link

--dry-run? #59

Closed rjhilgefort closed 6 years ago

rjhilgefort commented 6 years ago

Is there a way to run this as a linter and not have it --write and/or --fix? My use case is that I want to have the linter run as an onchange event and I don't want it writing files and causing my editor to prompt me that the buffer has changed. Thanks!

thejohnfreeman commented 6 years ago

Is this a duplicate of #17?

rjhilgefort commented 6 years ago

@thejohnfreeman Yep! Didn't see that issue. I'll close this and start following #17. Thanks for linking the issues.