mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +03:00
16 lines
220 B
Plaintext
16 lines
220 B
Plaintext
{
|
|
"browser": true,
|
|
"curly": true,
|
|
"eqeqeq": false,
|
|
"loopfunc": false,
|
|
"noarg": true,
|
|
"trailing": true,
|
|
"undef": true,
|
|
"unused": false,
|
|
|
|
"globals": {
|
|
"OpenSeadragon": true,
|
|
"define": false
|
|
}
|
|
}
|