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 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 <path> skip parsing of tasks for better shell support (default:
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)
@@ -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 <path>', 'skip parsing of tasks for better shell support', false)
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',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lint-staged",
3
- "version": "11.1.0",
3
+ "version": "11.1.1",
4
4
  "description": "Lint files staged by git",
5
5
  "license": "MIT",
6
6
  "repository": "https://github.com/okonet/lint-staged",