Martin Hochel
Martin Hochel
Some time ago `no-internal-modules` rule added ES modules exports linting as a "fix" -> minor version bump (which was a breaking change btw). From my experience, linting exports with this...
### Before You File a Bug Report Please Confirm You Have Done The Following... - [x] I have tried restarting my IDE and the issue persists. - [x] I have...
### Area Tooling ### Describe the feature that you would like added Our workspace rule which covers proper custom fluent jsx pragma usage is private ( used internally ) only...
### Describe the issue: It turns out that executing `yarn workspace @fluentui/e2e test` takes significant time to run time from our PR CI pipeline exectuion duration (in avg 33% when...
### Library all ### Describe the feature that you would like added We are running into intermittent issues on CI when invoking `prettier.format` within our nx workspace generators suite. -...
Adds bundle size measurement and reporting for the `@fluentui/react-icons` package, integrating the `monosize` tool into the workflow and adding supporting configuration. 1. new PR workflow step - runs `monosize measure`...
Blocked by https://github.com/microsoft/griffel/issues/682 This is same issue we have in FUI and FAI -> because of this the only solution is to transpile to esm with griffel processing and re-transpile...
Starting TS 4.4 `commonjs` output emits same code as swc, thus running into same issues when trying to process commonjs modules with griffel. **ts emit change:** https://www.typescriptlang.org/docs/handbook/release-notes/typescript-4-4.html#more-compliant-indirect-calls-for-imported-functions the problem is...
v9 is not part of peer-deps https://github.com/microsoft/griffel/blob/main/packages/eslint-plugin/package.json#L16 ``` npm error Could not resolve dependency: npm error peer eslint@"^7.5.0 || ^8.0.0" from @griffel/[email protected] npm error node_modules/@griffel/eslint-plugin ```