Jarek Rencz

Results 56 comments of Jarek Rencz

I tried Import Assertions like this: - I set `compilerOptions.module = "esnext"` in tsconfig.json so `tsc` allows that syntax - I defined the import this way: ```ts import styles from...

@tigrr if those are web-components then I guess you have them generated into `custom-elements.json` from where it's set via `setCustomElementsManifest` from `@storybook/web-components`; You have at least 2 places where you...

@tigrr ok, now I get it. BTW: I think about it the other way around as of now - I want only the essentials in docs page and full set...

After a brief look into the rule code I can narrow the cause of what I see as a problem down to this section: https://github.com/storybookjs/eslint-plugin-storybook/blob/611b70eae394a491d3284f060c0566d74e6bc545/lib/rules/await-interactions.ts#L101-L109 There's a design decision to...

Hi, thanks for the answer. I'm primarily interested in JWT session and CSRF protection - those things seem like they could live without a link to filesystem. I try to...

There is https://www.npmjs.com/package/@lit-labs/analyzer It's not really a replacement for lit-analyzer as it is for web-component-analyzer if I got it right. But it's still in the making. I'm adding it here...