pacify eslint

This commit is contained in:
Bryan Housel
2019-04-18 19:26:05 -04:00
parent a55b4387fe
commit a56c1af725
+1 -1
View File
@@ -42,7 +42,7 @@ export function coreValidator(context) {
var disabledRules = context.storage('validate-disabledRules');
if (disabledRules) {
disabledRules.split(',')
.forEach(function(key) { _disabledRules[key] = true });
.forEach(function(key) { _disabledRules[key] = true; });
}
};