ESlint no-useless-escape, no-else-return

This commit is contained in:
Peter Jaszkowiak
2017-02-18 14:27:26 -07:00
parent 11cb3a9554
commit 09e868ce5f
27 changed files with 86 additions and 118 deletions

View File

@@ -316,9 +316,8 @@ var middleware;
return 1;
} else if (a.name < b.name) {
return -1;
} else {
return 0;
}
return 0;
});
callback(null, pluginArray);