diff --git a/.jshintrc b/.jshintrc index 8ab285f3..89210ea0 100644 --- a/.jshintrc +++ b/.jshintrc @@ -17,5 +17,6 @@ "expr" : true, "quotmark": "single", "validthis": true, - "-W024": true + "-W024": true, + "-W120": true }