aboutsummaryrefslogtreecommitdiffstats
path: root/ui/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/.jshintrc')
-rw-r--r--ui/.jshintrc6
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
+ }
}