Add eslint and fix issues

This commit is contained in:
Chord 2020-01-12 08:19:39 +01:00
parent 5be2397fe5
commit 18072ad62f
3 changed files with 20 additions and 1 deletions

View file

@ -1,7 +1,6 @@
import fs from 'fs'
import express from 'express'
import bodyParser from 'body-parser'
import * as db from './db.js'
import api_auth from './authentication.js'
import api_user from './user.js'
import api_info from './info.js'