mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Chore: make ESLint and TypeScript happy
This commit is contained in:
@@ -148,7 +148,7 @@ export class SurgeMitmSgmodule extends BaseWriteStrategy {
|
||||
readonly fileExtension = 'sgmodule';
|
||||
readonly type = '';
|
||||
|
||||
private rules = new Set<string>();
|
||||
private readonly rules = new Set<string>();
|
||||
|
||||
protected get result() {
|
||||
if (this.rules.size === 0) {
|
||||
|
||||
Reference in New Issue
Block a user