jshint / fixmyjs

Automatically fix silly lint errors.
http://fixmyjs.com
Other
972 stars 78 forks source link

Line is too long #143

Open mariohmol opened 8 years ago

mariohmol commented 8 years ago

After applying fixmyjs it gives me erros with line is too long.

Here an example that puts everything in same line

}).controller('AgendaVerCtrl', function ($controller, $scope, $rootScope, $state, $location, $stateParams, $compile, $uibModal, $timeout, Agenda, Evento, AgendaService, uiCalendarConfig) {

Any ideas?