aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorZlatan Vasović <[email protected]>2014-02-16 19:28:43 +0100
committerZlatan Vasović <[email protected]>2014-02-16 19:30:02 +0100
commit69cb7be07f5673154da8cbbc838b03c32d3abe4b (patch)
tree9274ba3cec11df54e579764ce6bd5228b55cecf3 /js
parent9c054fd4c0db89cbbb1df3c868bafc4f2c17c3e3 (diff)
downloadbootstrap-69cb7be07f5673154da8cbbc838b03c32d3abe4b.tar.xz
bootstrap-69cb7be07f5673154da8cbbc838b03c32d3abe4b.zip
Remove `curly: false` from `.jshintrc`
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 ab4dfdfc9..9cd22f4a6 100644
--- a/js/.jshintrc
+++ b/js/.jshintrc
@@ -2,7 +2,6 @@
"asi" : true,
"boss" : true,
"browser" : true,
- "curly" : false,
"debug" : true,
"devel" : true,
"eqeqeq" : false,