mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
refactor: Enable jsdoc/tag-lines and jsdoc/sort-tags rules
This commit is contained in:
@@ -27,7 +27,9 @@ async function commitAndTag(): Promise<void> {
|
||||
|
||||
/**
|
||||
* Prompts the user for input
|
||||
*
|
||||
* @param query - A string to prompt the user
|
||||
*
|
||||
* @returns Promise with the input of the user
|
||||
*/
|
||||
async function waitForUserInput(query: string): Promise<string> {
|
||||
|
||||
Reference in New Issue
Block a user