Skip to content

Commit

Permalink
Fix flow error
Browse files Browse the repository at this point in the history
  • Loading branch information
yamadapc committed Aug 22, 2024
1 parent 6758db3 commit d480d9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/core/core/src/AtlaspackConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,9 @@ export default class AtlaspackConfig {
return this.loadPlugins<Resolver<mixed>>(this.resolvers);
}

_getValidatorNodes(filePath: ProjectPath): $ReadOnlyArray<ParcelPluginNode> {
_getValidatorNodes(
filePath: ProjectPath,
): $ReadOnlyArray<AtlaspackPluginNode> {
let validators: PureAtlaspackConfigPipeline =
this.matchGlobMapPipelines(filePath, this.validators) || [];

Expand Down

0 comments on commit d480d9f

Please sign in to comment.