mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-04-03 02:59:27 +02:00
eslinted template
This commit is contained in:
@@ -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...
|
||||
}
|
||||
};
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user