Fix various linter errors

This commit is contained in:
Girish Ramakrishnan
2026-02-15 19:37:30 +01:00
parent 510e1c7296
commit b5a1554631
24 changed files with 44 additions and 1607 deletions
-1
View File
@@ -4,7 +4,6 @@ import DataLayout from '../datalayout.js';
import expect from 'expect.js';
/* global describe:false */
/* global before:false */
describe('DataLayout', function () {
describe('no dirMap', function () {
+2 -1
View File
@@ -280,7 +280,8 @@ describe('Syncer', function () {
});
const dataLayout = new DataLayout(gTmpDir, []);
let changes = await getChanges(dataLayout);
let changes;
await getChanges(dataLayout);
execSync(`rm a; \
mkdir a; \
+1 -1
View File
@@ -1,4 +1,4 @@
/* global it, describe, before, after */
/* global it, describe */
import expect from 'expect.js';
import _ from '../underscore.js';
+1 -1
View File
@@ -1,4 +1,4 @@
/* global it, describe, before, after */
/* global it, describe */
import expect from 'expect.js';
import validator from '../validator.js';