Skip to content

Commit a7cadd3

Browse files
committed
Add devel: true to jshint options
1 parent b4288d0 commit a7cadd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ module.exports = function(grunt) {
7575
all: ['Gruntfile.js', 'src/**/*.js'],
7676
options: {
7777
curly: true,
78+
devel: true,
7879
eqeqeq: true,
7980
unused: true,
8081
immed: true,

0 commit comments

Comments
 (0)