Enable ESLint errors and suppress existing violations (#10490)
This commit is contained in:
@@ -19,8 +19,8 @@ export function makeProfileLink(
|
||||
export function makeCustomFeedLink(
|
||||
did: string,
|
||||
rkey: string,
|
||||
segment?: string | undefined,
|
||||
feedCacheKey?: 'discover' | 'explore' | undefined,
|
||||
segment?: string,
|
||||
feedCacheKey?: 'discover' | 'explore',
|
||||
) {
|
||||
return (
|
||||
[`/profile`, did, 'feed', rkey, ...(segment ? [segment] : [])].join('/') +
|
||||
|
||||
Reference in New Issue
Block a user