forked from sombochea/verdaccio-ui
fix: linter error fixed (#143)
This commit is contained in:
committed by
Juan Picado @jotadeveloper
parent
cf050f234d
commit
74576bda12
@@ -56,7 +56,7 @@ export function formatDateDistance(lastUpdate): string {
|
||||
return distanceInWordsToNow(new Date(lastUpdate));
|
||||
}
|
||||
|
||||
export function buildScopePackage(scope: string, packageName: string) {
|
||||
export function buildScopePackage(scope: string, packageName: string): string {
|
||||
return `@${scope}/${packageName}`;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user