From ac348d423db86a0444b29a0bb72c605a9a92f840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20=C3=85berg?= Date: Fri, 12 Dec 2025 15:58:02 +0100 Subject: [PATCH] add eslint plugin --- .oxlintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.oxlintrc.json b/.oxlintrc.json index d87ff840da9..611db91973e 100644 --- a/.oxlintrc.json +++ b/.oxlintrc.json @@ -1,6 +1,6 @@ { "$schema": "./node_modules/oxlint/configuration_schema.json", - "plugins": ["typescript", "import"], + "plugins": ["eslint", "typescript", "import"], "categories": { "correctness": "error" },