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