From 3b10148d4da4734f7cb91bd73c13f86710f32f21 Mon Sep 17 00:00:00 2001 From: arabcoders Date: Thu, 11 Sep 2025 22:57:27 +0300 Subject: [PATCH] add eslint as dev dependency --- ui/package.json | 1 + ui/pnpm-lock.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/ui/package.json b/ui/package.json index 6125058f..1e090ec2 100644 --- a/ui/package.json +++ b/ui/package.json @@ -51,6 +51,7 @@ "@nuxt/eslint": "^1.9.0", "@nuxt/eslint-config": "^1.9.0", "@typescript-eslint/parser": "^8.43.0", + "eslint": "^9.35.0", "typescript": "^5.9.2", "vitest": "^3.2.4", "vue-eslint-parser": "^10.2.0" diff --git a/ui/pnpm-lock.yaml b/ui/pnpm-lock.yaml index a9d2e29b..d9e95b17 100644 --- a/ui/pnpm-lock.yaml +++ b/ui/pnpm-lock.yaml @@ -66,6 +66,9 @@ importers: '@typescript-eslint/parser': specifier: ^8.43.0 version: 8.43.0(eslint@9.35.0(jiti@2.5.1))(typescript@5.9.2) + eslint: + specifier: ^9.35.0 + version: 9.35.0(jiti@2.5.1) typescript: specifier: ^5.9.2 version: 5.9.2