Karl Horky
Karl Horky
> Github tells us there are 1.3m repos using prettier, if anyone was motivated enough we could scrape that list of packages and find out: > > 1. The percentage...
> a lot of prettier's usage comes from IDE integrations and extensions which auto update. Those users are going to see a pretty noticeable change in their editor's behaviour, for...
> So after 2 days (and a bit) I changed my mind... > I will reject my vote on this topic and downvote (for v2.0) Thanks for the update @Shinigami92,...
Interesting, could work for the code without a build step! And maybe for the code with the build step, we could also achieve something similar, if Step 1 would look...
Right, yeah... hm... I guess for that to work the whole package including source needs to be downloaded for this workflow to work... updated my list above.
Nice, some new movement on this idea (comment by @sw-yx): https://twitter.com/swyx/status/1366314693095170053
It seems to be working for me, this is what I'm doing: ```bash yarn patch-package rehype-slug --exclude '^$' ``` Every time that I run `yarn`, it restores the patch, because...
@umarluqman careful, you have an `s` there, not a dollar sign :) As far as I can tell, the `--exclude '^$'` is an option to exclude no files (the `^$`...
@antoniovassell can this be closed now?
Yes, sorry if that was unclear, I meant during creation and editing of the PR, not during merge.