eslinted template

This commit is contained in:
Julian Lam
2017-03-10 16:37:16 -05:00
parent fc13776f26
commit e309175989

View File

@@ -1,4 +1,5 @@
/* jslint node: true */
'use strict';
var db = require('../database');
@@ -11,5 +12,5 @@ module.exports = {
timestamp: Date.UTC(2017, 0, 1),
method: function (callback) {
// Do stuff here...
}
};
},
};