diff options
-rw-r--r-- | .jshintrc | 5 | ||||
-rw-r--r-- | .scrutinizer.yml | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/.jshintrc b/.jshintrc index 0692d72e88a..77f9e9f143d 100644 --- a/.jshintrc +++ b/.jshintrc @@ -24,6 +24,9 @@ "afterEach": true, "sinon": true, "fakeServer": true, - "_": true + "_": true, + "OC": true, + "t": true, + "n": true } } diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 0f529be3989..57b88568854 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -16,6 +16,7 @@ filter: - 'core/js/jquery-ui-1.10.0.custom.js' - 'core/js/jquery.inview.js' - 'core/js/jquery.placeholder.js' + - 'core/js/underscore.js' imports: |