microsoft / fluentui-contrib

Monorepo for contributor extension packages to Fluent UI
MIT License
26 stars 27 forks source link

chore: nx migrate to v17.3 #90

Closed bsunderhus closed 5 months ago

bsunderhus commented 5 months ago

This is the result of running nx migrate latest (docs) at root of the project.

  1. removes patch for @storybook/source-loader
  2. add .nx to .gitignore
  3. fix lint errors
  4. disable lint rule that forces interface over type (@typescript-eslint/consistent-type-definitions)
  5. add .babelrc to every library and also include it on storybook generator (storybook build is breaking without a .babelrc file on the root of library
  6. adds verdaccio which seems to be a new dependency for publishable libs for @nx/js:lib (release blog post)