Use typescript standard and lint all files

This commit is contained in:
Chocobozzz
2017-06-16 14:32:15 +02:00
parent 46757b477c
commit df98563e21
143 changed files with 2016 additions and 1949 deletions

View File

@@ -6,7 +6,6 @@ import * as Sequelize from 'sequelize'
import { database as db } from './database'
import { LAST_MIGRATION_VERSION } from './constants'
import { logger } from '../helpers'
import { ApplicationInstance } from '../models'
function migrate (finalCallback: (err: Error) => void) {
waterfall([