Ticket #27567: 27567.diff
| File 27567.diff, 468 bytes (added by , 12 years ago) |
|---|
-
Gruntfile.js
235 235 curly: false, 236 236 eqeqeq: false 237 237 }, 238 // Limit JSHint's run to a single specified file238 // Limit JSHint's run to a single specified core file 239 239 // grunt jshint:core --file=filename.js 240 240 filter: function( filepath ) { 241 241 var index, file = grunt.option( 'file' );