lint-staged 11.1.0 → 11.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/bin/lint-staged.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -71,7 +71,7 @@ Options:
|
|
|
71
71
|
tasks serially (default: true)
|
|
72
72
|
-q, --quiet disable lint-staged’s own console output (default: false)
|
|
73
73
|
-r, --relative pass relative filepaths to tasks (default: false)
|
|
74
|
-
-x, --shell
|
|
74
|
+
-x, --shell [path] skip parsing of tasks for better shell support (default:
|
|
75
75
|
false)
|
|
76
76
|
-v, --verbose show task output even when tasks succeed; by default only
|
|
77
77
|
failed output is shown (default: false)
|
package/bin/lint-staged.js
CHANGED
|
@@ -42,7 +42,7 @@ cmdline
|
|
|
42
42
|
)
|
|
43
43
|
.option('-q, --quiet', 'disable lint-staged’s own console output', false)
|
|
44
44
|
.option('-r, --relative', 'pass relative filepaths to tasks', false)
|
|
45
|
-
.option('-x, --shell
|
|
45
|
+
.option('-x, --shell [path]', 'skip parsing of tasks for better shell support', false)
|
|
46
46
|
.option(
|
|
47
47
|
'-v, --verbose',
|
|
48
48
|
'show task output even when tasks succeed; by default only failed output is shown',
|