tslint5 adoption - fix semicolon rule

This commit is contained in:
Erich Gamma
2017-11-07 12:07:09 +01:00
parent 56111c9cc6
commit b94569fe0d
90 changed files with 152 additions and 149 deletions

View File

@@ -260,8 +260,8 @@ function getSettings(): Settings {
folderPath = folderPath + '/';
}
collectSchemaSettings(folderSchemas, folderUri.fsPath, folderPath + '*');
};
};
}
}
}
return settings;
}