ESlint no-multiple-empty-lines

This commit is contained in:
Peter Jaszkowiak
2017-02-17 22:08:23 -07:00
parent b09b3aef7f
commit 52f2028206
87 changed files with 1 additions and 100 deletions

View File

@@ -6,7 +6,6 @@ var nconf = require('nconf');
var databaseController = {};
databaseController.get = function (req, res, next) {
async.parallel({
redis: function (next) {