ESlint strict

This commit is contained in:
Peter Jaszkowiak
2017-02-18 02:23:47 -07:00
parent a038c66549
commit f3a8256f35
17 changed files with 154 additions and 135 deletions

View File

@@ -1,12 +1,11 @@
'use strict';
/**
* Database Mock - wrapper for database.js, makes system use separate test db, instead of production
* ATTENTION: testing db is flushed before every use!
*/
(function (module) {
'use strict';
var async = require('async');
var winston = require('winston');
var path = require('path');