diff options
Diffstat (limited to '2/bower_components/bootstrap/js/.jshintrc')
-rw-r--r-- | 2/bower_components/bootstrap/js/.jshintrc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/2/bower_components/bootstrap/js/.jshintrc b/2/bower_components/bootstrap/js/.jshintrc new file mode 100644 index 00000000..e0722690 --- /dev/null +++ b/2/bower_components/bootstrap/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 |