-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Closed
Copy link
Description
Story 🧚♀️
We introduced new lint rule to prevent export * in barrel files (public API) in all vNext packages.
This story tracks progress of applying those autofixes per team owned packages
What needs to be done
NOTE: you can migrate those packages in batches (for your owned packages - no need to do it 1 by 1)
1. run eslint to autofix your barrel file
you have 2 options:
- invoke fixes in VScode in package barrel file (src/index.ts)
v9-package-public-api.mov
- use CLI
yarn workspace @fluentui/react-<name-of-package> eslint --ext=.ts,.tsx src/index.ts --fix2. run api extractor to verify if anything changed
yarn workspace @fluentui/react-<name-of-package> build:localPackages that needs migration (applying eslint autofix)
- @fluentui/keyboard-keys
- @fluentui/priority-overflow
- @fluentui/react-accordion
- @fluentui/react-aria
- @fluentui/react-avatar
- @fluentui/react-badge
- @fluentui/react-button
- @fluentui/react-card
- @fluentui/react-checkbox
- @fluentui/react-combobox
- @fluentui/react-context-selector
- @fluentui/react-dialog
- @fluentui/react-divider
- @fluentui/react-image
- @fluentui/react-input
- @fluentui/react-label
- @fluentui/react-link
- @fluentui/react-menu
- @fluentui/react-popover
- @fluentui/react-portal
- @fluentui/react-positioning
- @fluentui/react-provider
- @fluentui/react-radio
- @fluentui/react-shared-contexts
- @fluentui/react-slider
- @fluentui/react-spinbutton
- @fluentui/react-spinner
- @fluentui/react-storybook
- @fluentui/react-switch
- @fluentui/react-tabs
- @fluentui/react-tabster
- @fluentui/react-text
- @fluentui/react-textarea
- @fluentui/react-theme
- @fluentui/react-toolbar
- @fluentui/react-tooltip
- @fluentui/react-utilities
- @fluentui/react-select
Reactions are currently unavailable
Metadata
Metadata
Assignees
Type
Projects
Status
Done