Просмотр исходного кода

ignore "Type instantiation is excessively deep" with tsgo

Yuki Takei 2 месяцев назад
Родитель
Сommit
daac6330b7
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      apps/app/src/client/components/Me/AccessTokenScopeList.tsx

+ 2 - 0
apps/app/src/client/components/Me/AccessTokenScopeList.tsx

@@ -9,6 +9,8 @@ import styles from './AccessTokenScopeList.module.scss';
 
 const moduleClass = styles['access-token-scope-list'] ?? '';
 
+// biome-ignore lint/suspicious/noTsIgnore: Suppress auto fix by lefthook
+// @ts-ignore - Scope type causes "Type instantiation is excessively deep" with tsgo
 interface scopeObject {
   [key: string]: Scope | scopeObject;
 }