Skip to content

Commit 8ae5c40

Browse files
Linting auto fix commit
1 parent 0a849db commit 8ae5c40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/fiori-mcp-server/test/utils.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ export function npmInstall(projectPath: string): void {
4242
* Recursively removes a directory and its contents with configurable options.
4343
*
4444
* @param {string} dirPath - The absolute path to the directory to remove
45-
* @param {Object} [options={}] - Configuration options for the removal operation
46-
* @param {boolean} [options.skipNodeModules=true] - If true, skips removal of node_modules directories
47-
* @param {boolean} [options.preserveRoot=true] - If true, removes only the contents of the root directory but preserves the directory itself
45+
* @param {Object} [options] - Configuration options for the removal operation
46+
* @param {boolean} [options.skipNodeModules] - If true, skips removal of node_modules directories
47+
* @param {boolean} [options.preserveRoot] - If true, removes only the contents of the root directory but preserves the directory itself
4848
* @throws {Error} Throws an error if the removal operation fails
4949
* @returns {void}
5050
*/

0 commit comments

Comments
 (0)