@@ -9,5 +9,9 @@
"unused": true,
"strict": true,
- "globalstrict": true
+ "globalstrict": true,
+
+ "globals": {
+ "bender": false
+ }
}
@@ -18,9 +18,6 @@ module.exports = function( grunt ) {
jshint: {
options: {
- globals: {
- 'bender': false
- },
ignores: ignoreFiles
},