mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-24 22:26:10 +03:00
Update to match default jshintrc style
This commit is contained in:
parent
1f130f1c54
commit
ec96b58169
22
.jshintrc
22
.jshintrc
@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"browser": true,
|
"browser": true,
|
||||||
"curly": true,
|
"curly": true,
|
||||||
"eqeqeq": false,
|
"eqeqeq": false,
|
||||||
"loopfunc": false,
|
"loopfunc": false,
|
||||||
"noarg": true,
|
"noarg": true,
|
||||||
"trailing": true,
|
"trailing": true,
|
||||||
"undef": true,
|
"undef": true,
|
||||||
"unused": false,
|
"unused": false,
|
||||||
|
|
||||||
"globals": {
|
"globals": {
|
||||||
"OpenSeadragon": true
|
"OpenSeadragon": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user