From 11fca2b1a4a92f188f59c7bd7174693cbd7bf556 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Tue, 9 Dec 2025 13:03:06 +0000 Subject: [PATCH] Update default.json --- default.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/default.json b/default.json index 7606331..580ea9d 100644 --- a/default.json +++ b/default.json @@ -21,6 +21,14 @@ "@types/react-is" ] }, + { + "groupName": "typescript-eslint", + "matchPackageNames": [ + "@typescript-eslint/eslint-plugin", + "@typescript-eslint/parser", + "typescript-eslint" + ] + }, { "groupName": "materialui", "matchPackageNames": [ @@ -44,6 +52,14 @@ "matrix-sdk", "matrix-sdk-ui" ] + }, + { + "groupName": "egui", + "matchPackageNames": [ + "eugui", + "eframe", + "epaint" + ] } ] } \ No newline at end of file