diff --git a/app-account.js b/app-account.js index 3ef116e..cc40d85 100644 --- a/app-account.js +++ b/app-account.js @@ -8,7 +8,9 @@ let { getAccountDb } = require('./account-db'); let app = express(); app.use(errorMiddleware); -function init() {} +function init() { + // eslint-disable-previous-line @typescript-eslint/no-empty-function +} function hashPassword(password) { return bcrypt.hashSync(password, 12);