mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
Sort by name.
This commit is contained in:
parent
68099ec275
commit
3c0489102e
16
js/.jshintrc
16
js/.jshintrc
@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"validthis": true,
|
"asi" : true,
|
||||||
"laxcomma" : true,
|
"boss" : true,
|
||||||
"laxbreak" : true,
|
|
||||||
"browser" : true,
|
"browser" : true,
|
||||||
"eqeqeq" : false,
|
"curly" : false,
|
||||||
"eqnull" : true,
|
|
||||||
"debug" : true,
|
"debug" : true,
|
||||||
"devel" : true,
|
"devel" : true,
|
||||||
"curly" : false,
|
"eqeqeq" : false,
|
||||||
"boss" : true,
|
"eqnull" : true,
|
||||||
"expr" : true,
|
"expr" : true,
|
||||||
"asi" : true
|
"laxbreak" : true,
|
||||||
|
"laxcomma" : true,
|
||||||
|
"validthis": true
|
||||||
}
|
}
|
@ -22,12 +22,12 @@
|
|||||||
, "devDependencies": {
|
, "devDependencies": {
|
||||||
"grunt": "~0.4.1"
|
"grunt": "~0.4.1"
|
||||||
, "grunt-contrib-clean": "~0.5.0"
|
, "grunt-contrib-clean": "~0.5.0"
|
||||||
, "grunt-contrib-connect": "~0.5.0"
|
|
||||||
, "grunt-contrib-concat": "~0.3.0"
|
, "grunt-contrib-concat": "~0.3.0"
|
||||||
|
, "grunt-contrib-connect": "~0.5.0"
|
||||||
, "grunt-contrib-copy": "~0.4.1"
|
, "grunt-contrib-copy": "~0.4.1"
|
||||||
, "grunt-contrib-jshint": "~0.6.4"
|
, "grunt-contrib-jshint": "~0.6.4"
|
||||||
, "grunt-contrib-uglify": "~0.2.4"
|
|
||||||
, "grunt-contrib-qunit": "~0.2.2"
|
, "grunt-contrib-qunit": "~0.2.2"
|
||||||
|
, "grunt-contrib-uglify": "~0.2.4"
|
||||||
, "grunt-contrib-watch": "~0.5.3"
|
, "grunt-contrib-watch": "~0.5.3"
|
||||||
, "grunt-html-validation": "~0.1.5"
|
, "grunt-html-validation": "~0.1.5"
|
||||||
, "grunt-jekyll": "~0.3.9"
|
, "grunt-jekyll": "~0.3.9"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user