Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit 6a78d7c

Browse files
authored
Set default target directory to "rls"
1 parent 0806108 commit 6a78d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
"string",
304304
"null"
305305
],
306-
"default": null,
306+
"default": "rls",
307307
"description": "When specified, it places the generated analysis files at the specified target directory. By default it is placed target/rls directory."
308308
}
309309
}

0 commit comments

Comments
 (0)