More globals

This commit is contained in:
Tim Schaub
2016-01-04 21:37:30 -07:00
parent fd0e2436da
commit b1d00af58b

View File

@@ -74,8 +74,13 @@
"eslintConfig": {
"extends": "openlayers",
"globals": {
"ArrayBuffer": false,
"Uint16Array": false,
"Uint32Array": false,
"Uint8Array": false,
"ol": false,
"goog": false
"goog": false,
"proj4": false
},
"rules": {
"no-multiple-empty-lines": [2, {"max": 3, "maxEOF": 1}]