chore: eslint import/newline-after-import

This commit is contained in:
Peter Jaszkowiak
2021-02-03 23:53:16 -07:00
committed by Julian Lam
parent 9f6a682ca9
commit 4ee0f1459d
37 changed files with 45 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ var path = require('path');
var os = require('os');
var nconf = require('nconf');
var express = require('express');
var app = express();
app.renderAsync = util.promisify((tpl, data, callback) => app.render(tpl, data, callback));
var server;