Skip to content

Commit

Permalink
chore(eslint-watch): enable colored output inside Docker containers
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans Kristian Flaatten committed Aug 26, 2016
1 parent 15a73fb commit e1ee4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e1ee4af

Please sign in to comment.