Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Commit

Permalink
fix(core): fixing linting issue
Browse files Browse the repository at this point in the history
Fix for eslint.
  • Loading branch information
markmcdowell committed Dec 11, 2020
1 parent 1860960 commit 16103fe
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ const remoteYamlConfigurationLoader = new RemoteFileConfigurationLoader<IConfigu
"yml",
);

export const configurationLoader: IConfigurationLoader<IConfiguration> = new CompositeConfigurationLoader<
IConfiguration
>(
export const configurationLoader: IConfigurationLoader<IConfiguration> = new CompositeConfigurationLoader<IConfiguration>(
localYamlConfigurationLoader,
remoteYamlConfigurationLoader,
directoryConfigurationLoader,
Expand Down

0 comments on commit 16103fe

Please sign in to comment.