Get linting passing again

This commit is contained in:
Jonathan Cremin 2016-06-06 15:37:00 +01:00
parent 4f95f27400
commit 494f66d388
21 changed files with 367 additions and 212 deletions

View file

@ -15,6 +15,7 @@
"cover": "istanbul cover _mocha -- -r babel-register test/**/*.spec.js",
"init": "babel-node -e \"require('./lib/storage').default();\"",
"jspm": "jspm install",
"lint": "eslint .",
"start": "npm run build && node -r babel-register app.js",
"test": "npm run test-seed && mocha -r babel-register test/**/*.spec.js",
"test-seed": "node test/fixtures/mongo-user.js && node test/fixtures/mongo-file.js",