@@ -0,0 +1,11 @@
+{
+ "node": true,
+
+ "immed": true,
+ "latedef": "nofunc",
+ "noarg": true,
+ "nonbsp": true,
+ "undef": true,
+ "unused": true,
+ "strict": true
+}
@@ -1,5 +1,3 @@
-/* jshint node: true */
-
'use strict';
module.exports = function( grunt ) {
var tools = require( './utils/tools' );
var dirtyFiles,