Enable a few more stylistic eslint options for my extensions

This commit is contained in:
Matt Bierner
2025-08-14 10:42:20 -07:00
parent 9604d612e5
commit 73e6d6a0a2
16 changed files with 40 additions and 26 deletions

View File

@@ -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;