Move eslint globals to to test/.eslintrc

This commit is contained in:
Frederic Junod
2017-04-11 12:36:32 +02:00
parent 55f8a2775e
commit 72bb310386
6 changed files with 5 additions and 7 deletions

View File

@@ -2,5 +2,10 @@
"rules": {
"openlayers-internal/no-missing-requires": 0,
"openlayers-internal/valid-provide": 0
},
"globals": {
"createMapDiv": true,
"disposeMap": true,
"resemble": true
}
}