Dmytro Zelenetskyi
Dmytro Zelenetskyi
having the same issue but with `(` character. as a quick fix would be great if lint-staged could wrap each file name with quotes by default or using some kind...
Hi! any updates on this fix? @BethGriggs @andrewhughes101 could you release it please?
the package still follows the guidance though, but anyway thanks for you reply 👍
There is discussion already https://github.com/kneath/kss/issues/37 and I think kneath is right about code separation. I think there should be something like "pre" tag in description section to provide more details,...
one of the BEM's main concept is not to depend on certain html structure. you have enough abstractions to produce markup - block, element, modifier - there is no html...
I had the same issue with pnpm monorepo. adding `public-hoist-pattern[]=drizzle-orm` into `.npmrc` resolved the issue. apparently the [`import(`drizzle-orm`)`](https://github.com/drizzle-team/drizzle-orm/blob/1dd14aca2cc5a309df93eef00840e3d36af685c6/drizzle-kit/src/cli/utils.ts#L80) can't properly resolve the `drizzle-orm` location, not sure who is responsible for...
> this sadly doesn't work when you actually have multiple versions of the library. why would you want to use multiple different versions within the same monorepo? you also can...