Remove unnecessary /* eslint no-var: error */ lines in the test/unit/ folder (PR 12528 follow-up)

These lines are no longer needed, since the ESLint `no-var` rule has been enabled in the entire folder.
This commit is contained in:
Jonas Jenwald 2021-03-13 11:50:11 +01:00
parent f58fee0956
commit 22e0ed51c6
3 changed files with 0 additions and 3 deletions

View File

@ -12,7 +12,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/* eslint no-var: error */
import {
DOMCanvasFactory,

View File

@ -12,7 +12,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/* eslint no-var: error */
import { AbortException } from "../../src/shared/util.js";
import { PDFFetchStream } from "../../src/display/fetch_stream.js";

View File

@ -12,7 +12,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/* eslint no-var: error */
import { Lexer, Linearization, Parser } from "../../src/core/parser.js";
import { FormatError } from "../../src/shared/util.js";