From e1ee4af3af0f54cb9266c58b4c36a1d87594b95d Mon Sep 17 00:00:00 2001 From: Hans Kristian Flaatten Date: Fri, 26 Aug 2016 10:22:17 +0200 Subject: [PATCH] chore(eslint-watch): enable colored output inside Docker containers --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee257d7..5aff06f 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "cover": "istanbul cover --report lcovonly ./node_modules/.bin/_mocha -- -t 10000 -r test/support/env -R spec test/*.js test/**/*.js", "grunt:watch": "grunt watch", "lint": "eslint *.js lib/ models/ test/", - "lint:watch": "esw --watch *.js lib/ models/ test/", + "lint:watch": "esw --color --watch *.js lib/ models/ test/", "nsp": "nsp check", "semantic-release": "semantic-release", "start": "supervisor -w index.js,lib -e js index.js",