Skip to content

Commit

Permalink
Fix max param error
Browse files Browse the repository at this point in the history
  • Loading branch information
fragm3 committed Mar 9, 2019
1 parent 0250a3f commit c3cac33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = function (grunt) {
options: { bitwise: true, camelcase: true, curly: true, eqeqeq: true, forin: true, immed: true,
indent: 4, latedef: true, newcap: true, noarg: true, noempty: true, nonew: true, plusplus: false,
quotmark: true, regexp: true, undef: true, unused: true, trailing: true,
maxparams: 5, maxdepth: 4, maxstatements: 70, jquery: true, browser: true, devel: true, moz:true, strict: false,
maxparams: 6, maxdepth: 4, maxstatements: 70, jquery: true, browser: true, devel: true, moz:true, strict: false,
esversion: 6},
all: [
'Gruntfile.js',
Expand Down

0 comments on commit c3cac33

Please sign in to comment.