Skip to content

Commit

Permalink
Ignore ts/eslint violation for raw config
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Oct 6, 2023
1 parent 3bf5ad6 commit c57c94e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ConfigurationChief.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ export class ConfigurationChief {

resolvedConfigFilePath?: string;

// eslint-disable-next-line @typescript-eslint/no-explicit-any
rawConfig?: any;

constructor({ cwd, isProduction }: ConfigurationManagerOptions) {
Expand Down

0 comments on commit c57c94e

Please sign in to comment.