Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
taozhou-glean committed Nov 2, 2023
1 parent 8981577 commit 558510a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/core-server/src/utils/warnOnIncompatibleAddons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { getIncompatibleAddons } from '../../../cli/src/automigrate/helpers/getI

export const warnOnIncompatibleAddons = async (config: StorybookConfig) => {
if (config.features.warnOnIncompatibleAddons === false) {
return
return;
}

const incompatibleAddons = await getIncompatibleAddons(config);
Expand Down

0 comments on commit 558510a

Please sign in to comment.