From baea859b398228bf6ca7ce4c98e1e06f7149e35a Mon Sep 17 00:00:00 2001 From: Kouadio Fabrice Nguessan Date: Sun, 5 Jan 2025 16:02:01 +0000 Subject: [PATCH] chore: update @openally/config.eslint --- package.json | 2 +- src/utils/runInSpinner.ts | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index a7de9b9..2ed3fdd 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "zup": "0.0.2" }, "devDependencies": { - "@openally/config.eslint": "^1.1.0", + "@openally/config.eslint": "^1.3.0", "@openally/config.typescript": "^1.0.3", "@types/node": "^22.2.0", "c8": "^10.1.2", diff --git a/src/utils/runInSpinner.ts b/src/utils/runInSpinner.ts index ad2d875..ea0998f 100644 --- a/src/utils/runInSpinner.ts +++ b/src/utils/runInSpinner.ts @@ -1,5 +1,3 @@ -/* eslint-disable no-unused-vars */ - // Import Third-party Dependencies import { Spinner } from "@topcli/spinner"; import kleur from "kleur";