ui: ESLint config updates (#27700)

* chore: Spacing between sibling elements in html markup

* chore: Formatting and linting rules
This commit is contained in:
Aleksander Grygier
2026-08-25 14:34:34 +02:00
committed by GitHub
parent 3737e41370
commit f1357e4998
267 changed files with 1706 additions and 1344 deletions
@@ -25,13 +25,13 @@
can read it back without a custom binding API.
-->
<McpServerForm
url="https://example.test/mcp"
headers={headersState}
onUrlChange={() => {}}
id="mcp-server-form-test"
onHeadersChange={(value) => {
headersState = value;
}}
id="mcp-server-form-test"
onUrlChange={() => {}}
url="https://example.test/mcp"
/>
<div data-testid="captured-headers" data-captured-headers={headersState} hidden></div>
<div data-captured-headers={headersState} data-testid="captured-headers" hidden></div>