diff options
Diffstat (limited to 'www/js/.jshintrc')
-rw-r--r-- | www/js/.jshintrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/js/.jshintrc b/www/js/.jshintrc new file mode 100644 index 0000000..23ef946 --- /dev/null +++ b/www/js/.jshintrc @@ -0,0 +1,4 @@ +{ + "globalstrict": true, + "browser": true +} |