Skip to content

Commit

Permalink
docs: Add link to referenced issue in README (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephfrazier authored and okonet committed Jun 14, 2017
1 parent 1345a0a commit 2bcbc5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -94,7 +94,7 @@ To set options and keep lint-staged extensible, advanced format can be used. Thi
* `linters` β€” `Object` β€” keys (`String`) are glob patterns, values (`Array<String> | String`) are commands to execute.
* `gitDir` β€” Sets the relative path to the `.git` root. Useful when your `package.json` is located in a subdirectory. See [working from a subdirectory](#working-from-a-subdirectory)
* `concurrent` β€” *true* β€” runs linters for each glob pattern simultaneously. If you don’t want this, you can set `concurrent: false`
* `chunkSize` β€” Max allowed chunk size based on number of files for glob pattern. This is important on windows based systems to avoid command length limitations. See #147
* `chunkSize` β€” Max allowed chunk size based on number of files for glob pattern. This is important on windows based systems to avoid command length limitations. See [#147](https://github.com/okonet/lint-staged/issues/147)
* `subTaskConcurrency` β€” `2` β€” Controls concurrency for processing chunks generated for each linter.
* `verbose` β€” *false* β€” runs lint-staged in verbose mode. When `true` it will use https://github.com/SamVerschueren/listr-verbose-renderer.
* `globOptions` β€” `{ matchBase: true, dot: true }` β€” [minimatch options](https://github.com/isaacs/minimatch#options) to customize how glob patterns match files.
Expand Down

0 comments on commit 2bcbc5f

Please sign in to comment.