Skip to content

Commit 8d3bf85

Browse files
committed
Fix grunt lint, move use-strict into function where it needs to be
1 parent 93388c9 commit 8d3bf85

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

grunt.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/*jshint node:true */
2-
"use strict";
3-
42
module.exports = function( grunt ) {
3+
"use strict";
54

65
var entryFiles = grunt.file.expandFiles( "entries/*.xml" );
76

0 commit comments

Comments
 (0)