Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Oct 10, 2024
1 parent 30fe70c commit 6e92516
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default class ConfigurationImpl implements Configuration {
public readonly logger: LDLogger = createSafeLogger();

// Naming conventions is not followed for these lines because the config validation
// accesses members based on the keys of the options.
// accesses members based on the keys of the options. (sdk-763)
// eslint-disable-next-line @typescript-eslint/naming-convention
private readonly baseUri = DEFAULT_POLLING;
// eslint-disable-next-line @typescript-eslint/naming-convention
Expand Down

0 comments on commit 6e92516

Please sign in to comment.