mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
15 lines
199 B
Plaintext
15 lines
199 B
Plaintext
{
|
|
"browser": true,
|
|
"curly": true,
|
|
"eqeqeq": false,
|
|
"loopfunc": false,
|
|
"noarg": true,
|
|
"trailing": true,
|
|
"undef": true,
|
|
"unused": false,
|
|
|
|
"globals": {
|
|
"OpenSeadragon": true
|
|
}
|
|
}
|