From 2824779699250e0ffa0e466efac4a46ad21da3ff Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Wed, 26 Sep 2018 20:01:32 -0700 Subject: [PATCH] Fix lint fix --- web3.js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3.js/package.json b/web3.js/package.json index 30b6255b23..b18a56f9ae 100644 --- a/web3.js/package.json +++ b/web3.js/package.json @@ -35,7 +35,7 @@ "flow": "flow-typed install jest@22 && flow", "flow:watch": "watch 'flow' . --wait=1 --ignoreDirectoryPattern=/doc/", "lint": "eslint .", - "lint:fix": "npm run lint --fix", + "lint:fix": "npm run lint -- --fix", "lint:watch": "watch 'npm run lint:fix' . --wait=1 --ignoreDirectoryPattern=/doc/", "ok": "npm run lint && npm run flow && npm run test && npm run doc", "prepare": "npm run clean && npm run ok && npm run build"