1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-09 15:16:51 +02:00

Merge pull request #12513 from ZDroid/jshint

Remove `curly: false` from `.jshintrc`
This commit is contained in:
XhmikosR
2014-02-16 20:45:00 +02:00

View File

@@ -2,7 +2,6 @@
"asi" : true,
"boss" : true,
"browser" : true,
"curly" : false,
"debug" : true,
"devel" : true,
"eqeqeq" : false,