Skip to content

Commit

Permalink
make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jerch committed Jan 10, 2025
1 parent fa565a1 commit 0eaf97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/shared.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class DisposableEmitterAddon implements IDisposable {
protected readonly _store: IDisposableStore;

constructor(
readonly storeCtor: DisposableStoreCtorType,
protected readonly storeCtor: DisposableStoreCtorType,

Check warning on line 35 in src/shared/shared.ts

View workflow job for this annotation

GitHub Actions / lint

Parameter Property name `storeCtor` must have one leading underscore(s)
protected readonly _emitterCtor: EmitterCtorType
) {
this._store = new storeCtor();
Expand Down

0 comments on commit 0eaf97a

Please sign in to comment.