Make WordPress Core

Ticket #27567: 27567.diff

File 27567.diff, 468 bytes (added by jorbin, 12 years ago)
  • Gruntfile.js

     
    235235                                        curly: false,
    236236                                        eqeqeq: false
    237237                                },
    238                                 // Limit JSHint's run to a single specified file
     238                                // Limit JSHint's run to a single specified core file
    239239                                //     grunt jshint:core --file=filename.js
    240240                                filter: function( filepath ) {
    241241                                        var index, file = grunt.option( 'file' );