From 3bc6ba2cd81a0464fe375c9c099e00894e4ec73a Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 17 Sep 2020 13:51:13 -0400 Subject: [PATCH] update jshintrc in documentation --- static/build.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/build.html b/static/build.html index d54bcf99..9556cb99 100644 --- a/static/build.html +++ b/static/build.html @@ -1155,9 +1155,13 @@ rm android-cts-media-1.5.zip
{
     "browser": true,
     "module": true,
+    "curly": true,
     "devel": true,
     "esversion": 6,
-    "strict": "global"
+    "freeze": true,
+    "futurehostile": true,
+    "strict": "global",
+    "varstmt": true
 }

Cookies are only used for login sessions. The only other use case considered valid