Update Twitter Bootstrap upto v3.1.1.
This commit is contained in:
16
_assets/vendor/bootstrap/grunt/.jshintrc
vendored
Normal file
16
_assets/vendor/bootstrap/grunt/.jshintrc
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"asi": false,
|
||||
"camelcase": true,
|
||||
"curly": true,
|
||||
"eqeqeq": true,
|
||||
"immed": true,
|
||||
"indent": 2,
|
||||
"newcap": true,
|
||||
"noarg": true,
|
||||
"nonbsp": true,
|
||||
"quotmark": "single",
|
||||
"undef": true,
|
||||
"strict": true,
|
||||
"trailing": true,
|
||||
"node" : true
|
||||
}
|
||||
Reference in New Issue
Block a user