Filip Malinowski
Filip Malinowski
I will take a look this weekend.
Powel Intraday, an app for trading on the leading power market in Europe (Nordpool) integrated with customer's portfolio data.  
@chazzmoney i've also run into this, would appreciate a fix, even in form of extra user option to `scss/map-*` formatter that would simply make it wrap the values in parentheses
@hadihallak @StephenHaney could you please merge this in and put it into a canary release or give @jonathantneal access do do so? This doesn't seem like much effort and would...
@jvzaniolo you can customize it through VSCode settings: ``` "workbench.colorCustomizations": { "terminal.ansiBrightBlack": "#506477" } ```
@karlpetersson any updates? ability to map props from multiple children would unlock so many useful mapping scenarios For me the ideal API would look like this: ```ts props: { children:...
@agarwalvaibhav0211 yes it has been fixed with latest release of `synckit` (https://github.com/un-ts/synckit/releases/tag/v0.9.1) which is a dependency of `eslint-plugin-prettier`. Just make sure you have [email protected] in your packages. If reinstalling `eslint-plugin-prettier`...
@JounQin fixing this would solve the following issues: https://github.com/microsoft/vscode-eslint/issues/1856 https://github.com/yarnpkg/berry/issues/6335 the community would be really greatful ❤️
@arcanis i tried to follow your suggestion and created a draft PR here https://github.com/un-ts/synckit/pull/175/files, but the prettier plugin still seems to fail in latest vscode with yarn pnp. Did I...
@hanyufoodles see https://github.com/yarnpkg/berry/issues/6335#issuecomment-2172632114 pls, from my understanding this https://github.com/prettier/eslint-plugin-prettier/blob/de9751c85d059678904035322501bfce120f61b7/worker.js#L36 import fails because of lack of pnp loader in the context of a worker. I also tried linting regular `.js` files...