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

@@ -673,12 +673,8 @@ describe('ol/proj.js', function () {
expect(typeof transform).to.be('function');
const output = transform([
-626172.13571216376,
6887893.4928337997,
-12000000,
5000000,
-626172.13571216376,
6887893.4928337997,
-626172.13571216376, 6887893.4928337997, -12000000, 5000000,
-626172.13571216376, 6887893.4928337997,
]);
expect(output[0]).to.roughlyEqual(-5.625, 1e-9);
@@ -710,15 +706,8 @@ describe('ol/proj.js', function () {
const dimension = 3;
const output = transform(
[
-626172.13571216376,
6887893.4928337997,
100,
-12000000,
5000000,
200,
-626172.13571216376,
6887893.4928337997,
300,
-626172.13571216376, 6887893.4928337997, 100, -12000000, 5000000, 200,
-626172.13571216376, 6887893.4928337997, 300,
],
undefined,
dimension