From 28fc8f91a9f59d1569e3cd09954bb20d5fa6f599 Mon Sep 17 00:00:00 2001 From: Tim McGee Date: Sun, 25 Oct 2015 18:01:23 -0700 Subject: [PATCH] removed `eslint-stylish` since this cause travis build fail eslint-stylish is now included with eslint so should not be required. --- Gruntfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index d9bab2a13..42fe32a32 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -72,8 +72,7 @@ module.exports = function (grunt) { build: { src: ['viewer/**/*.js'], options: { - eslintrc: '.eslintrc', - reporter: require('eslint-stylish') + eslintrc: '.eslintrc' } } },