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