Files
openlayers/test/.eslintrc
Frederic Junod ef10834eb3 Remove unused constants from ol/webgl
And change the `EXTENSIONS` constant to a function
2019-06-20 10:25:22 +02:00

19 lines
328 B
Plaintext

{
"env": {
"mocha": true
},
"globals": {
"IMAGE_TOLERANCE": false,
"afterLoadText": false,
"createMapDiv": true,
"disposeMap": true,
"expect": false,
"expectResemble": false,
"proj4": false,
"pixelmatch": false,
"resembleCanvas": false,
"sinon": false,
"where": false
}
}