Skip to content

Commit

Permalink
Pass linter
Browse files Browse the repository at this point in the history
  • Loading branch information
bondz committed Jun 3, 2024
1 parent a52cc1e commit fac074f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const npmSearchGenerator: Fig.Generator = {
return !(oldToken.includes("@") && newToken.includes("@"));
},
getQueryTerm: (token) => {
// If we are looking for versions, there's no need filter the
// If we are looking for versions, there's no need filter the
// search anymore, otherwise use the query the user entered
return token.endsWith("@") ? "" : token;
},
Expand Down

0 comments on commit fac074f

Please sign in to comment.