From 84641f405695efa15e4e3cc90f6c3f08287eb726 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Thu, 14 Dec 2017 10:26:39 -0500 Subject: [PATCH] add eslint to travis --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c400bb0f..d0c6f434 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "2.6.1", "description": "Embark is a framework that allows you to easily develop and deploy DApps", "scripts": { - "lint": "./node_modules/eslint/bin/eslint.js lib/", + "lint": "./node_modules/.bin/eslint lib/", "test": "mocha test/ --no-timeouts", "testdapp": "cd test_app/ && npm install && ../bin/embark test", "fulltest": "npm run lint && npm run test && npm run testdapp", @@ -65,6 +65,7 @@ "homepage": "https://github.com/iurimatias/embark-framework", "license": "MIT", "devDependencies": { + "eslint": "4.13.1", "grunt": "^1.0.1", "grunt-cli": "^1.2.0", "grunt-contrib-clean": "^1.0.0",