Remove lint

This commit is contained in:
Andreas Hocevar
2021-06-28 18:10:51 +02:00
parent b5bb9382e2
commit 79f5f46d27
135 changed files with 1040 additions and 2374 deletions

View File

@@ -19,9 +19,7 @@ describe('ol.layer.Graticule', function () {
it('creates a graticule without labels', function () {
createGraticule();
const extent = [
-25614353.926475704,
-7827151.696402049,
25614353.926475704,
-25614353.926475704, -7827151.696402049, 25614353.926475704,
7827151.696402049,
];
const projection = getProjection('EPSG:3857');
@@ -45,9 +43,7 @@ describe('ol.layer.Graticule', function () {
layers: [graticule],
});
const extent = [
-25614353.926475704,
-7827151.696402049,
25614353.926475704,
-25614353.926475704, -7827151.696402049, 25614353.926475704,
7827151.696402049,
];
const projection = getProjection('EPSG:3857');
@@ -97,9 +93,7 @@ describe('ol.layer.Graticule', function () {
layers: [graticule],
});
const extent = [
-25614353.926475704,
-7827151.696402049,
25614353.926475704,
-25614353.926475704, -7827151.696402049, 25614353.926475704,
7827151.696402049,
];
const projection = getProjection('EPSG:3857');
@@ -183,9 +177,7 @@ describe('ol.layer.Graticule', function () {
latLabelStyle: latLabelStyle,
});
const extent = [
-25614353.926475704,
-7827151.696402049,
25614353.926475704,
-25614353.926475704, -7827151.696402049, 25614353.926475704,
7827151.696402049,
];
const projection = getProjection('EPSG:3857');
@@ -224,9 +216,7 @@ describe('ol.layer.Graticule', function () {
layers: [graticule],
});
const extent = [
-25614353.926475704,
-7827151.696402049,
25614353.926475704,
-25614353.926475704, -7827151.696402049, 25614353.926475704,
7827151.696402049,
];
const projection = getProjection('EPSG:3857');