fix liniting

This commit is contained in:
Tobias Koppers 2019-02-05 10:00:33 +01:00
parent 3c6ace7c13
commit 5fe66199c0
7 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
"use strict";
/* globals describe expect it beforeAll */
/* globals describe expect it */
const path = require("path");
const fs = require("fs");
const vm = require("vm");

View File

@ -1,4 +1,4 @@
/* globals describe, it, beforeEach */
/* globals describe it */
"use strict";
const HarmonyExportImportedSpecifierDependency = require("../lib/dependencies/HarmonyExportImportedSpecifierDependency");

View File

@ -1,6 +1,6 @@
"use strict";
/* globals expect fit */
/* globals expect */
const path = require("path");
const fs = require("fs");
const vm = require("vm");

View File

@ -1,4 +1,4 @@
/* globals describe, it, beforeEach, afterEach */
/* globals describe it beforeEach */
"use strict";
const NormalModule = require("../lib/NormalModule");

View File

@ -1,4 +1,4 @@
/* globals describe, it, beforeEach */
/* globals describe it */
"use strict";
const SizeFormatHelpers = require("../lib/SizeFormatHelpers");

View File

@ -1,4 +1,4 @@
/* global describe it beforeAll expect */
/* global describe it expect */
"use strict";
const path = require("path");

View File

@ -1,4 +1,4 @@
/* global beforeAll expect fit */
/* global beforeAll expect */
"use strict";
const path = require("path");