Skip to content

Commit a07b296

Browse files
committed
Merge branch 'main' into feature/display-resource-yaml
2 parents 54174b2 + a7e61b7 commit a07b296

24 files changed

+2409
-1146
lines changed

eslint.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import jestDom from "eslint-plugin-jest-dom";
88
import jsxA11y from "eslint-plugin-jsx-a11y";
99
import reactPlugin from "eslint-plugin-react";
1010
import reactHooks from "eslint-plugin-react-hooks";
11-
import reactRefresh from "eslint-plugin-react-refresh";
1211

1312
const flat = typescriptEslint.config(
1413
eslint.configs.recommended,
@@ -243,9 +242,6 @@ const flatReact = [
243242
"react-hooks/rules-of-hooks": "error",
244243
},
245244
},
246-
{
247-
...reactRefresh.configs.recommended,
248-
},
249245
{
250246
// https://github.com/vitest-dev/eslint-plugin-vitest
251247
files: ["**/*.{test,spec}.{ts,tsx}"],

frontend-config.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,10 @@
22
"backendUrl": "http://localhost:3000",
33
"gatewayUrl": "https://gateway.ui.dev-core.mcpd.shoot.canary.k8s-hana.ondemand.com/kubernetes/graphql",
44
"landscape": "LOCAL",
5-
"documentationBaseUrl": "http://localhost:3000"
5+
"documentationBaseUrl": "http://localhost:3000",
6+
"oidcConfig": {
7+
"clientId": "clientId",
8+
"issuerUrl": "issuer-url",
9+
"scopes": []
10+
}
611
}

0 commit comments

Comments
 (0)