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
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,12 @@
31
31
"type": "boolean",
32
32
"title": "Enable Notice Messages",
33
33
"default": false
34
+
},
35
+
"useProjectCwd": {
36
+
"type": "boolean",
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