Skip to content

Commit

Permalink
fix flow error
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Jan 7, 2020
1 parent d796628 commit 67092ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-core/src/config/validation/options.js
Expand Up @@ -442,7 +442,7 @@ function assertOverridesList(loc: OptionPath, value: mixed): OverridesList {
}

export function assertNoUnwrappedItemOptionPairs(
items: [PluginItem, PluginItem],
items: PluginList,
type: "plugin" | "preset",
): void {
if (
Expand Down

0 comments on commit 67092ae

Please sign in to comment.