aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2013-12-21 22:59:40 +0200
committerXhmikosR <[email protected]>2013-12-22 09:02:08 +0200
commita05a11e5dc9fcf86111b4baf61ac6a8e08946d30 (patch)
tree62c0462332038dd0133578d6040e3611cfc522ec /js
parent5f9695ae7cf66dd7f07a3cb3eb534e838d18c62b (diff)
downloadbootstrap-a05a11e5dc9fcf86111b4baf61ac6a8e08946d30.tar.xz
bootstrap-a05a11e5dc9fcf86111b4baf61ac6a8e08946d30.zip
Get rid of JSHint's `laxcomma` option now that the comma is used on the right side.
Diffstat (limited to 'js')
-rw-r--r--js/.jshintrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/.jshintrc b/js/.jshintrc
index c8cccda37..ab4dfdfc9 100644
--- a/js/.jshintrc
+++ b/js/.jshintrc
@@ -9,7 +9,6 @@
"eqnull" : true,
"expr" : true,
"laxbreak" : true,
- "laxcomma" : true,
"quotmark" : "single",
"validthis": true
} \ No newline at end of file