Skip to content

Commit

Permalink
removed eslint-stylish since this cause travis build fail
Browse files Browse the repository at this point in the history
eslint-stylish is now included with eslint so should not be required.
  • Loading branch information
tmcgee committed Oct 26, 2015
1 parent e9e8f5a commit 28fc8f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ module.exports = function (grunt) {
build: {
src: ['viewer/**/*.js'],
options: {
eslintrc: '.eslintrc',
reporter: require('eslint-stylish')
eslintrc: '.eslintrc'
}
}
},
Expand Down

0 comments on commit 28fc8f9

Please sign in to comment.