Browse Source

#382: Add JSLint to Grunt build

nghuuphuoc 11 years ago
parent
commit
44dcb1ff47
1 changed files with 0 additions and 18 deletions
  1. 0 18
      Gruntfile.js

+ 0 - 18
Gruntfile.js

@@ -80,24 +80,6 @@ module.exports = function(grunt) {
                 sub: true,
                 undef: true,
                 white: true
-
-                /*
-                'node': false,
-                'boss': false,
-                'debug': false,
-                'devel': false,
-                'evil': false,
-                'forin': false,
-                'immed': false,
-                'noempty': false,
-                'nonew': false,
-                'plusplus': false,
-                'regexp': false,
-                'strict': false,
-                'globals': {
-                    'define': false
-                }
-                */
             }
         },