mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 05:50:23 +00:00
Merge pull request #8696 from twbs/jshintrc
get jshint close to passing by updating .jshintrc settings
This commit is contained in:
commit
908f4c342b
1 changed files with 2 additions and 0 deletions
|
|
@ -3,9 +3,11 @@
|
|||
"laxcomma" : true,
|
||||
"laxbreak" : true,
|
||||
"browser" : true,
|
||||
"eqeqeq" : false,
|
||||
"eqnull" : true,
|
||||
"debug" : true,
|
||||
"devel" : true,
|
||||
"curly" : false,
|
||||
"boss" : true,
|
||||
"expr" : true,
|
||||
"asi" : true
|
||||
|
|
|
|||
Loading…
Reference in a new issue