Skip to content

Commit 6e92516

Browse files
committed
lint
1 parent 30fe70c commit 6e92516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/shared/sdk-client/src/configuration/Configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export default class ConfigurationImpl implements Configuration {
7272
public readonly logger: LDLogger = createSafeLogger();
7373

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

0 commit comments

Comments
 (0)