More globals
This commit is contained in:
+6
-1
@@ -74,8 +74,13 @@
|
|||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": "openlayers",
|
"extends": "openlayers",
|
||||||
"globals": {
|
"globals": {
|
||||||
|
"ArrayBuffer": false,
|
||||||
|
"Uint16Array": false,
|
||||||
|
"Uint32Array": false,
|
||||||
|
"Uint8Array": false,
|
||||||
"ol": false,
|
"ol": false,
|
||||||
"goog": false
|
"goog": false,
|
||||||
|
"proj4": false
|
||||||
},
|
},
|
||||||
"rules": {
|
"rules": {
|
||||||
"no-multiple-empty-lines": [2, {"max": 3, "maxEOF": 1}]
|
"no-multiple-empty-lines": [2, {"max": 3, "maxEOF": 1}]
|
||||||
|
|||||||
Reference in New Issue
Block a user