diff options
Diffstat (limited to 'ui/.jshintrc')
-rw-r--r-- | ui/.jshintrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/.jshintrc b/ui/.jshintrc index c7589525f..578ee94a1 100644 --- a/ui/.jshintrc +++ b/ui/.jshintrc @@ -12,7 +12,7 @@ "trailing": true, "undef": true, "unused": true, - "predef": [ - "Globalize" - ] + "globals": { + "Globalize": false + } } |