mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
Enable a few more stylistic eslint options for my extensions
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
import { MessagePoster } from './messaging';
|
||||
|
||||
export class StyleLoadingMonitor {
|
||||
private _unloadedStyles: string[] = [];
|
||||
private readonly _unloadedStyles: string[] = [];
|
||||
private _finishedLoading: boolean = false;
|
||||
|
||||
private _poster?: MessagePoster;
|
||||
|
||||
Reference in New Issue
Block a user