switching to noUnusedLocals : for #37212

This commit is contained in:
Martin Aeschlimann
2017-11-13 13:53:30 +01:00
parent 3ac890f6ed
commit 7a2065f582
4 changed files with 1 additions and 15 deletions

View File

@@ -50,11 +50,6 @@ interface Settings {
};
}
// @ts-ignore unused type
interface JSONSettings {
schemas: JSONSchemaSettings[];
}
interface JSONSchemaSettings {
fileMatch?: string[];
url?: string;