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

@@ -4,5 +4,5 @@ cd client || exit -1
npm test || exit -1
cd .. || exit -1
standard || exit -1
npm run tslint -- --type-check --project ./tsconfig.json -c ./tslint.json server.ts server/**/*.ts || exit -1
mocha server/tests