Get linting passing again
This commit is contained in:
parent
4f95f27400
commit
494f66d388
21 changed files with 367 additions and 212 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue