You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 7, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: package.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,8 @@
34
34
},
35
35
"useProjectCwd": {
36
36
"type": "boolean",
37
-
"title": "Run Shellcheck using project root as the working directory (false for file-relative)",
37
+
"title": "Run ShellCheck relative to Project Root",
38
+
"description": "Enable to run ShellCheck using the project root as its working directory; causes ShellCheck to interpret `source=` paths relative to the project root. Disable to keep `source=` paths relative to the file.",
0 commit comments