Skip to content

Commit

Permalink
Merge pull request #28578 from storybookjs/migration-eslint-missing-d…
Browse files Browse the repository at this point in the history
…ependency

Docs: Clarify eslint guidance
  • Loading branch information
shilman authored Jul 12, 2024
2 parents c730cb7 + cc69914 commit ec7aa6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ Cannot find module @storybook/preview-api or its corresponding type declarations
Internal server error: Failed to resolve import "@storybook/theming/create" from ".storybook/theme.ts". Does the file exist?
```

To protect your project from missing dependencies, try [eslint-plugin-import](https://www.npmjs.com/package/eslint-plugin-import).
To protect your project from missing dependencies, try the `no-extraneous-dependencies` rule in [eslint-plugin-import](https://www.npmjs.com/package/eslint-plugin-import).

### Preview.js globals renamed to initialGlobals

Expand Down

0 comments on commit ec7aa6e

Please sign in to comment.