aboutsummaryrefslogtreecommitdiff
path: root/web/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'web/.jshintrc')
-rw-r--r--web/.jshintrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/.jshintrc b/web/.jshintrc
index 2039bc982..d547bfeb0 100644
--- a/web/.jshintrc
+++ b/web/.jshintrc
@@ -68,8 +68,8 @@
"globals" : {
"Ext" : false,
"ol" : false,
- "styles" : false,
- "strings" : false,
- "Traccar" : false
+ "Traccar" : false,
+ "Strings" : false,
+ "Locale" : false
}
}