chore: enable typescript/restrict-template-expressions lint rule (#12199)

* chore: enable typescript/restrict-template-expressions lint rule

Coerce values of unknown type with explicit String() and tighten typing
for template literal expressions across the codebase.

* fix: restore --line-height on Card for fadeOut ::after gradient
This commit is contained in:
Tom Moor
2026-04-28 20:11:15 -04:00
committed by GitHub
parent adbffc0734
commit 87bb79250d
13 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ router.get(
}
const scopes = Object.entries(installation.permissions).map(
([name, permission]) => `${name}:${permission}`
([name, permission]) => `${name}:${String(permission)}`
);
const authentication = await IntegrationAuthentication.create(