From 2ecf89b467b0a30756f3dbb7a088f4fef5d7cab9 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Sun, 1 Feb 2026 21:55:16 +0000 Subject: [PATCH] Installed eslint. --- package.json | 1 + pnpm-lock.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/package.json b/package.json index 22d88c7..6ec690f 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "@codemirror/lang-xml": "^6.1.0", "@codemirror/lang-yaml": "^6.1.2", "@codemirror/theme-one-dark": "^6.1.3", + "@eslint/js": "^9.39.2", "@simplewebauthn/browser": "^13.1.2", "@tanstack/react-query": "^5.90.10", "@tsparticles/react": "^3.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3ad3c40..1fead48 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -59,6 +59,9 @@ importers: '@codemirror/theme-one-dark': specifier: ^6.1.3 version: 6.1.3 + '@eslint/js': + specifier: ^9.39.2 + version: 9.39.2 '@simplewebauthn/browser': specifier: ^13.1.2 version: 13.2.2