Removed unnecessary eslint-disable lines

This commit is contained in:
BB
2022-03-01 17:32:44 +01:00
parent fb4812b530
commit 7212cc2f1c
7 changed files with 0 additions and 9 deletions

View File

@@ -15,7 +15,6 @@
/**
* @type {Cypress.PluginConfig}
*/
// eslint-disable-next-line no-unused-vars
module.exports = (/*on, config*/) => {
// `on` is used to hook into various events Cypress emits
// `config` is the resolved Cypress config

View File

@@ -1,4 +1,3 @@
// eslint-disable-next-line @typescript-eslint/no-unused-vars
import { jest, describe, expect } from "@jest/globals";
import { Player } from "../../../src/Player";