Skip to content

chore(eslint): disable no-webpack-loader-syntax for stories #93753

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

Merged
merged 4 commits into from
Jun 17, 2025

Conversation

natemoo-re
Copy link
Member

*.stories.tsx and *.mdx files regularly use !!type-loader imports to expose types to our storybook loader. instead of disabling this rule each time we use it, we should blanket disable the rule for stories files.

@natemoo-re natemoo-re requested review from a team as code owners June 17, 2025 20:59
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jun 17, 2025
@natemoo-re natemoo-re merged commit e3e1d6c into master Jun 17, 2025
45 checks passed
@natemoo-re natemoo-re deleted the nm/eslint-stories branch June 17, 2025 21:54
andrewshie-sentry pushed a commit that referenced this pull request Jun 19, 2025
`*.stories.tsx` and `*.mdx` files regularly use `!!type-loader` imports
to expose types to our storybook loader. instead of disabling this rule
each time we use it, we should blanket disable the rule for stories
files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants