Martin Hochel
Martin Hochel
cross posting for better visibility All the context: https://github.com/microsoft/fluentui/issues/26251
if package A imports from package B, where B ships native ESM via exports map (`exports#import` ) , where those files have `.mjs` extension and all relative imports use `.mjs`,...
based on https://github.com/microsoft/fluentui/pull/30544#discussion_r1489301282 **Feature:** introduce a new rule named lets say `no-unnecesary-shorthands` which would implement autofixer as well. This rule should have severity `warn` and it should identify unnecessary shorthand...
### Pre-requirements: - [ ] https://github.com/microsoft/monosize/issues/62 ## Previous Behavior ## New Behavior makes following generators work in both v9 package configuration ( old/current and new split library `root-folder/library root-folder/stories`: -...
### Describe the issue: We are lacking application scaffold automation when creating new apps within `apps` folder We should implement a app boostrap nx generator
## Story π§ββοΈ Currently we don't have a common way how to write various local/CI checks, so we don't put repo into invalid state by accident. Idea is to create...
## Description Only `project` schema property name triggers autocomplete for all workspace projects within nx-console. ## Motivation Our custom generators are using `name` property in generator schemas. That `name` is...
## Previous Behavior ## New Behavior testing https://github.com/microsoft/fluentui/pull/31296 ## Related Issue(s) - Fixes #
## Previous Behavior ## New Behavior see PR title ## Related Issue(s) - Fixes https://github.com/microsoft/fluentui/issues/31276