Use oxlint to apply jsx/tsx extension consistently (#34303)

* Remove stale max-len disablements

* Remove stale camelCase & naming-convention disablements

* Remove stale ban-ts-comment disablements

* Remove stale no-var disablements

* Remove stale no-empty-property disablements

* Remove stale react rule disablements

* Remove stale no-constant-condition disablements

* Remove stale no-unused-vars disablements

* Remove stale disablements for disabled rules

* fixup camelcase

* Remove dead code

* Tidy code

* Tweak oxlint config

* Use oxlint to apply jsx/tsx extension consistently

* Fix import

* Fix imports

* Rename affected snapshots

* Update more imports
This commit is contained in:
Michael Telatynski
2026-07-17 09:50:57 +00:00
committed by GitHub
parent 63b8974051
commit 79ac7fbc9e
144 changed files with 24 additions and 22 deletions
@@ -14,7 +14,7 @@ import userEvent from "@testing-library/user-event";
import * as stories from "./LinkedText.stories.tsx";
import { LinkedText } from "./LinkedText.tsx";
import { LinkifyOptionalSlashProtocols, PERMITTED_URL_SCHEMES } from "../linkify";
import { LinkedTextContext } from "./LinkedTextContext.tsx";
import { LinkedTextContext } from "./LinkedTextContext";
const { Default, WithUserId, WithRoomAlias, WithCustomHref, WithCustomUrlTarget } = composeStories(stories);
+1 -1
View File
@@ -89,7 +89,7 @@ export * from "./core/utils/humanize";
export * from "./core/utils/DateUtils";
export * from "./core/utils/numbers";
export * from "./core/utils/FormattingUtils";
export * from "./core/utils/ToastContext.tsx";
export * from "./core/utils/ToastContext";
export * from "./core/i18n/I18nApi";
export * from "./core/utils/linkify";
export type * from "./core/userStatus.ts";