mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Improve grunt/.jshintrc
This commit is contained in:
parent
5566c935f2
commit
dd60fcb467
1 changed files with 2 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
"asi": false,
|
||||
"camelcase": true,
|
||||
"curly": true,
|
||||
"eqeqeq": true,
|
||||
|
@ -7,10 +6,10 @@
|
|||
"indent": 2,
|
||||
"newcap": true,
|
||||
"noarg": true,
|
||||
"node": true,
|
||||
"nonbsp": true,
|
||||
"quotmark": "single",
|
||||
"undef": true,
|
||||
"strict": true,
|
||||
"trailing": true,
|
||||
"node" : true
|
||||
"undef": true
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue