aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2014-02-16 20:45:00 +0200
committerXhmikosR <[email protected]>2014-02-16 20:45:00 +0200
commit5566c935f201b8af2ca7e1ba45a3beeb836d746d (patch)
treef66e6c2e4ce9bc95e62a837c83bb6f316874ddfd /js
parentaccc95ccd63f8aa903fa07bea55ef34794d84cc5 (diff)
parent69cb7be07f5673154da8cbbc838b03c32d3abe4b (diff)
downloadbootstrap-5566c935f201b8af2ca7e1ba45a3beeb836d746d.tar.xz
bootstrap-5566c935f201b8af2ca7e1ba45a3beeb836d746d.zip
Merge pull request #12513 from ZDroid/jshint
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,