@@ -12,4 +12,5 @@ module.exports = function( grunt ) {
};
var defaultConfig = {
+ 'globalstrict': true
@@ -6,7 +6,10 @@ module.exports = function( grunt ) {
jshint: {
options: {
- 'ignores': lintIgnores
+ 'ignores': lintIgnores,
+ 'predef': [
+ 'module'
+ ]
}
},