Merge pull request #207 from bigchaindb/greenkeeper/eslint-5.0.0

Update eslint to the latest version 🚀
This commit is contained in:
Manolo 2018-06-25 12:02:18 +02:00 committed by GitHub
commit 3dbee074a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
"main": "./dist/node/index.js",
"browser": "./dist/browser/bigchaindb-driver.cjs2.min.js",
"scripts": {
"lint": "eslint ./{src,test,examples}",
"lint": "eslint ./{src,test,examples}/**/*.js",
"build": "npm run clean && npm run build:cjs && npm run build:dist",
"build:bundle": "webpack",
"build:cjs": "cross-env BABEL_ENV=cjs babel ./src -d dist/node",
@ -51,7 +51,7 @@
"babel-runtime": "^6.26.0",
"cross-env": "^5.2.0",
"documentation": "^8.0.0",
"eslint": "^4.19.1",
"eslint": "^5.0.0",
"eslint-config-ascribe": "^3.0.5",
"eslint-plugin-import": "^2.9.0",
"husky": "^0.14.3",
@ -106,4 +106,4 @@
],
"babel": "inherit"
}
}
}