Преглед на файлове

Moved specific configs to the config files. Avoid scattering them around.

Piotrek Koszuliński преди 10 години
родител
ревизия
a089cddc99
променени са 2 файла, в които са добавени 5 реда и са изтрити 4 реда
  1. 5 1
      .jshintrc
  2. 0 3
      gruntfile.js

+ 5 - 1
.jshintrc

@@ -9,5 +9,9 @@
 	"unused": true,
 	"strict": true,
 
-	"globalstrict": true
+	"globalstrict": true,
+
+	"globals": {
+		"bender": false
+	}
 }

+ 0 - 3
gruntfile.js

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