mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-02 02:29:24 +01:00
Merge pull request #8696 from twbs/jshintrc
get jshint close to passing by updating .jshintrc settings
This commit is contained in:
commit
908f4c342b
@ -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…
x
Reference in New Issue
Block a user