summaryrefslogtreecommitdiff
path: root/www/js/.jshintrc
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/.jshintrc')
-rw-r--r--www/js/.jshintrc7
1 files changed, 6 insertions, 1 deletions
diff --git a/www/js/.jshintrc b/www/js/.jshintrc
index 23ef946..5dca845 100644
--- a/www/js/.jshintrc
+++ b/www/js/.jshintrc
@@ -1,4 +1,9 @@
{
"globalstrict": true,
- "browser": true
+ "browser": true,
+ "devel": true,
+ "globals": {
+ "html5ks": false,
+ "when": false
+ }
}