diff options
Diffstat (limited to 'tbc/static/js/.jshintrc')
-rwxr-xr-x | tbc/static/js/.jshintrc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tbc/static/js/.jshintrc b/tbc/static/js/.jshintrc new file mode 100755 index 0000000..e072269 --- /dev/null +++ b/tbc/static/js/.jshintrc @@ -0,0 +1,12 @@ +{ + "validthis": true, + "laxcomma" : true, + "laxbreak" : true, + "browser" : true, + "eqnull" : true, + "debug" : true, + "devel" : true, + "boss" : true, + "expr" : true, + "asi" : true +}
\ No newline at end of file |