diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-09-17 13:51:13 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-09-17 13:51:13 -0400 |
| commit | 3bc6ba2cd81a0464fe375c9c099e00894e4ec73a (patch) | |
| tree | e43e0f41c290bf5c6c3d08d4bfed75abd21f52e4 /static | |
| parent | 65f81cb7ab2cc232019c080ab32a2bd051b31a68 (diff) | |
update jshintrc in documentation
Diffstat (limited to 'static')
| -rw-r--r-- | static/build.html | 6 |
1 files changed, 5 insertions, 1 deletions
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</pre> <pre>{ "browser": true, "module": true, + "curly": true, "devel": true, "esversion": 6, - "strict": "global" + "freeze": true, + "futurehostile": true, + "strict": "global", + "varstmt": true }</pre> <p>Cookies are only used for login sessions. The only other use case considered valid |
