-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ensure that component stories are importing from react-components suite #23846
Labels
Comments
This was referenced Jul 8, 2022
This was referenced Jul 18, 2022
This was referenced Jul 20, 2022
Done |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the issue:
We want to prevent cross package imports in story files and to only allow imports from the
@fluentui/react-components
suite. These stories are being exported to codesandbox therefore we want to demonstrate best practices that we recommend to users which is that they should only import from@fluentui/react-components
react-components
suite in stories #21907warn
initially: eslint-plugin: Use new no-restricted-imports rule for v9 config #23845@fluentui/react-alert@fluentui/react-card@fluentui/react-dialogerror
chore(eslint-plugin): upgrade error level of no-restricted-imports in v9 config #24002The text was updated successfully, but these errors were encountered: