Nicolas Oeschger
Nicolas Oeschger
I've written a small Gist on how to achieve this easily with the current features of standard-version. See [here](https://gist.github.com/nioe/3346bc5000fc90657cc0895f3a29ee69). Hope this helps someone... 😄
Any updates on this? Would be very cool if this PR could be merged if there are no other concerns.
As far as I understood, I could move the `dist` folder in my `src` folder. But since it generates a new `package.json` this wouldn't do the trick IMHO.
Any ideas or thoughts?
Hi @statyan Sorry for the late response and thank you for the detailed answer. I'll give that a try. But I still think that npm should support setting the directory...
I guess this issue can be closed, since Prettier does not change decorators anymore (see [here](https://prettier.io/docs/en/rationale.html#decorators)). Furthermore, you're still able to configure Stencil's ESlint plugin according to your needs, i.e....
@EvgenyOrekhov Your example is a bit missleading since Prettier doesn't reformat the line based on the set decorator, but because the `printWidth`, which is set to 80 by default, is...
Any news on this issue? It currently blocks us from updating, since all our tests which include Axios are failing...
I'm running into the same issue. The produced error is really misleading. It took me a while to stumble upon this Issue. Any plans when the PR gets merged?
It has been a year already since the last comment. Any updates?