mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-09 21:04:42 +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,
|
"laxcomma" : true,
|
||||||
"laxbreak" : true,
|
"laxbreak" : true,
|
||||||
"browser" : true,
|
"browser" : true,
|
||||||
|
"eqeqeq" : false,
|
||||||
"eqnull" : true,
|
"eqnull" : true,
|
||||||
"debug" : true,
|
"debug" : true,
|
||||||
"devel" : true,
|
"devel" : true,
|
||||||
|
"curly" : false,
|
||||||
"boss" : true,
|
"boss" : true,
|
||||||
"expr" : true,
|
"expr" : true,
|
||||||
"asi" : true
|
"asi" : true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue