mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 21:28:11 +02:00
pacify eslint
This commit is contained in:
@@ -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; });
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user