Skip to content

Commit

Permalink
Merge pull request #73 from mroderick/tidy-gruntfile
Browse files Browse the repository at this point in the history
Tidy Gruntfile.js
  • Loading branch information
aron committed Jan 19, 2015
2 parents 1d74c34 + 81bd46e commit 18b38e2
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,29 +1,9 @@
/*jslint white:true*/
/*global
module
*/
module.exports = function(grunt) {

'use strict';

// Project configuration.
grunt.initConfig({
jslint: {
files: [
'src/**/*.js',
'test/**/*.js'
],

exclude: [],

options: {
junit: 'out/junit.xml', // write the output to a JUnit XML
log: 'out/lint.log',
jslintXml: 'out/jslint_xml.xml',
errorsOnly: true // only display errors
}
},

buster: {
test: {
config: 'test/buster.js'
Expand Down

0 comments on commit 18b38e2

Please # to comment.