diff options
Diffstat (limited to 'www/js/.jshintrc')
-rw-r--r-- | www/js/.jshintrc | 7 |
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 + } } |