diff --git a/build/grunt/.jshintrc b/build/grunt/.jshintrc new file mode 100644 index 000000000..d7c7c8d93 --- /dev/null +++ b/build/grunt/.jshintrc @@ -0,0 +1,7 @@ +{ + "extends" : "../js/.jshintrc", + "asi" : false, + "browser" : false, + "es3" : false, + "node" : true +} \ No newline at end of file